Speed up Rust build times during development

David explains how to speed up your Rust builds by 16x times and is working to build an incremental linker to speed it up even further:

https://davidlattimore.github.io/working-on-rust-iteration-time.html

1 Like

Another aid to Rust compilation times, or execution speed, or binary size made easy using cargo install cargo-wizard:

1 Like