pub fn parse_config<T>(path: T) -> Result<Config>where T: AsRef<Path>,
Parse the configuration file into a Config structure.
Config
Returns an IO error if reading fails, or a TOML error if parsing fails.