1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
default: fmt clippy test bench-test check test: cargo test --all --all-features bench-test: cargo bench -- --test clippy: cargo clippy --all --all-features --all-targets fmt: cargo fmt --all -- --check check: cargo check --no-default-features