= "Don't forget to format!"
[[]]
= "Clippy"
= "cargo clippy -q"
[]
= "Format"
= "cargo fmt"
[]
= "Test"
= "cargo test -q"
[]
= "Benchmark"
= "cargo bench -q"
= true
[]
= "Build release"
= "cargo build --release"
[]
= "Run"
= "cargo run"
[]
= "Clean"
= "cargo clean"