Skip to main content

load_config_from_path

Function load_config_from_path 

Source
pub fn load_config_from_path(path: &Path) -> Result<Config, ConfigError>
Expand description

Loads and validates config from an explicit file path.

This helper is used by integration tests.