42
2024 State of Rust Survey Results
(blog.rust-lang.org)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
For me it's just a matter or clearing the target directories used by older rust releases when I upgrade every 6 weeks.
cargo-sweep
is a godsend for this taskYeah, cargo-sweep is nice, I wish it was more automatic. When I make a build, I just want it to clear out old crap. Just keep whatever the latest is for each target.