Function humphrey_server::config::parse_ini[][src]

pub fn parse_ini(ini: &str) -> Result<HashMap<String, String>, ()>
Expand description

Attempts to parse the given string as the INI configuration format. If successful, returns a hashmap of keys and values. Otherwise, returns Err.