lib.rs
Sep 25, 2024Thanks to Diego F. Goberna for the lovely logo 🥰. Introduction. cargo-machete is a Cargo tool that detects unused dependencies in Rust projects, in a fast (yet imprecise) way.. See also the blog post for a detailed writeup.. Installation. Install cargo-machete with cargo:. cargo install cargo-machete. Usage. Run cargo-machete in a directory that contains one or more Rust projects (using ...