pub type KeywordMap = HashMap<&'static str, Rc<KeywordConsumer>>;
pub struct KeywordMap { /* private fields */ }