discovery
discovery copied to clipboard
No incremental compilation
whenever I run cargo run, cargo does a clean build. Is there a way to enable incremental compilation, so it stop recompiling all the dependencies over and over again?