pub fn ruleset_from_file(path: impl AsRef<Path>) -> Result<RuleSet, ConfigError>
Loads a configuration file and compiles it into a reusable RuleSet.
RuleSet