load_config

Function load_config 

Source
pub fn load_config<P: AsRef<Path>>(path: P) -> Result<BemConfig, ConfigError>
Expand description

Load BEM configuration from a file

Format is auto-detected from file extension (.json or .toml)