pub type KnowledgeBase = HashMap<String, Vec<Rule>>;
pub struct KnowledgeBase { /* private fields */ }