pub fn load_config_from_path(path: &Path) -> Result<MxrConfig, ConfigError>Expand description
Load config from a specific file path. Returns defaults if file doesn’t exist.
pub fn load_config_from_path(path: &Path) -> Result<MxrConfig, ConfigError>Load config from a specific file path. Returns defaults if file doesn’t exist.