cargo-feature-combinations 0.4.3

run cargo commands for all feature combinations
Documentation
1
2
3
4
5
6
7
8
9
10
//! Planning stages before cargo-fc runs Cargo.

/// Resolve configured/CLI/environment targets into package assignments.
pub mod targets;

/// Resolve target assignments into runnable feature-combination plans.
pub mod execution;

/// Collapse execution plans to maximal feature sets (`--maximal-features`).
pub mod maximal;