Type Alias tame_index::krate::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 */ }