1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
default: fix fmt build clippy doc build test build: cargo build fmt: cargo fmt taplo fmt fix: cargo fix --allow-dirty --allow-staged clippy: cargo clippy doc: cargo doc test: cargo test