pub fn load_engine_config_from_path(
path: &str,
) -> Result<EngineConfig, RuntimeError>Expand description
Loads engine config from .toml or .json-like config file.
pub fn load_engine_config_from_path(
path: &str,
) -> Result<EngineConfig, RuntimeError>Loads engine config from .toml or .json-like config file.