pub type FeatureSet = BTreeMap<String, Vec<String>>;
Expand description
The [features]
section. This set may be incomplete!
The default
is special, and there may be more features
implied by optional dependencies.
See the [features
] module for more info.
Aliased Typeยง
struct FeatureSet { /* private fields */ }