1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
default: build test lint format docs build: cargo build --all-targets test: cargo test --all-targets lint: cargo clippy --all-targets -- -D warnings format: cargo fmt --all -- --check docs: cargo doc --no-deps --all-features