1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
release: cargo build --release dev: format lint test doc d: cargo watch -c -s 'make dev' format: cargo fmt lint: cargo clippy --all-targets test: cargo test doc: cargo doc