pub type FeatureMap = BTreeMap<String, Vec<String>>;
A mapping of feature name to the features it enables
struct FeatureMap { /* private fields */ }