Skip to main content

parse

Function parse 

Source
pub fn parse(text: &str) -> Result<Config>
Expand description

Parse the text of a configuration file.

Separate from reading one so that every rule below is testable without a filesystem.