1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
build-debug: cargo build build-release: cargo build --release examples: cargo build --examples fmt-check: cargo +nightly fmt -- --check test: cargo test --verbose lint: cargo clippy -- -D warnings