1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
default: test lint check-format test: cargo test lint: cargo clippy --all-targets check-format: cargo fmt --all -- --check format: cargo fmt --all coverage: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info