golb

Rust

Guides

Cool 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

Tests

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