16
Speeding up the Rust edit-build-run cycle
(davidlattimore.github.io)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Can you put something like
mold
orenv mold
for better portability?If not, I guess it's not so bad to edit and do
git update-index --assume-unchanged .cargo/config.toml
but it's a bit hacky since any further changes also get ignored.