Structs§
- Config
- Global configuration loaded from
context-builder.toml.
Functions§
- load_
config - Load configuration from
context-builder.tomlin the current working directory. ReturnsNoneif the file does not exist or cannot be parsed. - load_
config_ from_ path - Load configuration from
context-builder.tomlin the specified project root directory. ReturnsNoneif the file does not exist or cannot be parsed.