pub fn add_rules( rules: &mut HashMap<String, fn(RuleEntry) -> Box<dyn RuleType>>, to_add: HashMap<String, fn(RuleEntry) -> Box<dyn RuleType>>, )