# 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
cargo test --features feat,second
cargo test -- --nocapture