Function whitespace_conf::parse[][src]

pub fn parse<'a>(input: &'a str) -> HashMap<&'a str, &'a str>
Expand description

Parses configuration files which are key-value pairs delimited by whitespace.