pub fn render_str(config: &str, rule_name: &str) -> Result<String, ConfigError>Expand description
Renders one rule from a configuration string.
This convenience helper parses and compiles the config, renders one rule,
and drops the compiled ruleset. Use Copperlace::from_str or
ruleset_from_str for repeated renders.