Build and test all feature flag combinations for Rust packages
Cargo subcommands to build and test all feature flag combinations
cargo-all-features
$ cargo all-features build
$ cargo all-features test
$ cargo all-features check