pub fn parse_config(config: &str) -> ConfigurationExpand description
Parse a simple configuration file string
The syntax is of the following:
a=b
# this is a comment
value = spaces are allowedpub fn parse_config(config: &str) -> ConfigurationParse a simple configuration file string
The syntax is of the following:
a=b
# this is a comment
value = spaces are allowed