cargo-all-features

Build and test all feature flag combinations for Rust packages

brewmacoslinux
Try with needOr install directly
Source

About

Cargo subcommands to build and test all feature flag combinations

Commands

cargo-all-features

Examples

Build all feature combinations for the current package$ cargo all-features build
Test all feature combinations for the current package$ cargo all-features test
Check all feature combinations without building$ cargo all-features check