check: cargo build --all cargo fmt --check cargo clippy cargo test # includes examples and doctests cargo doc # fails on broken links bench: cd benches && cargo bench -p benchmark