Skip to main content

load_config

Function load_config 

Source
pub fn load_config(config_path: &str) -> Result<BatchConfig, String>
Expand description

Load batch configuration from a JSON file.

ยงErrors

Returns an error if the file cannot be read or parsed.