load_config_from_path

Function load_config_from_path 

Source
pub fn load_config_from_path(project_root: &Path) -> Option<Config>
Expand description

Load configuration from context-builder.toml in the specified project root directory. Returns None if the file does not exist or cannot be parsed.