There are many crates in the Rust ecosystem, and it is hard to find the right crate for your project. This is why we created Cargo Quality, a tool to evaluate the quality of Rust crate.
- You need to compile the project first.
cargo build
- Put the executable file
cargo-quality
in linux orcargo-quality.exe
in windows to your #CARGO_HOME/bin
3.Enter the item you want to detect through the command line.
cd ./lathes
- Init config.
cargo-quality init
- Do check.
cargo-quality check