Module config

Module config 

Source

Structs§

Config
Global configuration loaded from context-builder.toml.

Functions§

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