[][src]Function configparser::ini::load

pub fn load(path: &str) -> HashMap<String, HashMap<String, Option<String>>>
👎 Deprecated since 0.3.0:

Please use the Ini struct instead.

A public function of the module to load and parse files into a hashmap. Support for this function will be dropped in the near future and replaced with a macro.