Skip to main content

load_config_file

Function load_config_file 

Source
pub fn load_config_file(path: &Path) -> Result<ConfigFile, ConfigLoadError>
Expand description

Loads a perfgate.toml or perfgate.json config file.

Returns ConfigFile::default when the path does not exist.