pub fn ruleset_from_str(config: &str) -> Result<RuleSet, ConfigError>
Parses a configuration string and compiles it into a reusable RuleSet.
RuleSet