[][src]Function hm::config::deserialize_file

pub fn deserialize_file(file: &str) -> Result<Config, String>

Open our config file and read the entire contents into hopefully valid toml. Either we gucci and return back a Config made of toml, or we explain what went wrong with the toml Err.