tame_index::krate

Type Alias FeatureMap

Source
pub type FeatureMap = BTreeMap<String, Vec<String>>;
Expand description

A mapping of feature name to the features it enables

Aliased Typeยง

struct FeatureMap { /* private fields */ }