Suggest users to use the `dev` profile while in development
Open
- Dominant language
- Rust
- Stars
- 1.2k
- Forks
- 230
- Avg merge
- 11m
- Merged PRs (30d)
- 1
Description
For reasons discussed in [this guide of another random Rust project](https://bevy-cheatbook.github.io/pitfalls/performance.html), it could be considered bad practice to use `release` mode during development of Rust projects (especially ones with high complexity, e.g. GUIs). I'd suggest changing the `Cargo.toml` and `README.md` files to reflect this ideology.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.