parse_config

Function parse_config 

Source
pub fn parse_config(config: &str) -> Configuration
Expand description

Parse a simple configuration file string

The syntax is of the following:

a=b
# this is a comment
value = spaces are allowed