Skip to main content

ruleset_from_str

Function ruleset_from_str 

Source
pub fn ruleset_from_str(config: &str) -> Result<RuleSet, ConfigError>
Expand description

Parses a configuration string and compiles it into a reusable RuleSet.