pub fn parse_features<'a>( features: impl IntoIterator<Item = &'a str>, ) -> (BTreeSet<&'a str>, BTreeMap<&'a str, BTreeSet<&'a str>>)