Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 612 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 612 Bytes

Cargo Quality

Why do we need this?

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.

Install

  1. You need to compile the project first.
cargo build
  1. Put the executable file cargo-quality in linux or cargo-quality.exe in windows to your #CARGO_HOME/bin

3.Enter the item you want to detect through the command line.

cd ./lathes
  1. Init config.
cargo-quality init
  1. Do check.
cargo-quality check