Skip to content

Build & Test

Build

cargo build
cargo build --release

Test

cargo test
cargo test --lib
cargo test --test '*'

Benchmarks

cargo bench