Function parse_directives

Source
pub fn parse_directives(s: &str) -> Result<Vec<Directive>, ParseError>
Expand description

Parses a piece of config from arbitrary context

This implies no validation of what context directives belong to.