1mod generated; 2 3pub use generated::*; 4 5pub type ElementSet = phf::OrderedSet<&'static str>; 6pub type ElementMap = phf::Map<&'static str, &'static ElementSet>;