cargo-hack

Cargo subcommand for testing with various feature combinations

brewmacoslinux
Try with needOr install directly
Source

About

Cargo subcommand to provide options for testing and continuous integration

Commands

cargo-hack

Examples

Test all feature combinations of a project$ cargo hack test --feature-powerset
Check code with each feature individually$ cargo hack check --each-feature
Run tests excluding specific features$ cargo hack test --feature-powerset --depth 2