golb

Rust

Guides

Useful commands

# install cargo-hack https://github.com/taiki-e/cargo-hack
cargo +stable install cargo-hack --locked

cargo hack check --feature-powerset --all-targets
cargo hack test --feature-powerset --all-targets

cargo doc --lib --no-deps --all-features

cargo clippy --all-targets --all-features -- -D warnings

# timings build
cargo build --timings

Tests

cargo test --features feat,second
cargo test -- --nocapture