You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For reasons discussed in this guide of another random Rust project, 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.
The text was updated successfully, but these errors were encountered:
For reasons discussed in this guide of another random Rust project, 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 theCargo.toml
andREADME.md
files to reflect this ideology.The text was updated successfully, but these errors were encountered: