Module config

Module config 

Source
Expand description

Application configuration for AIMX.

Provides a lazily loaded, process-wide Config singleton, including workspace paths and model provider settings, stored as TOML in a platform-specific directory.

Structs§

AppName
Application name used for configuration paths.
Config
Persistent configuration for the process.

Functions§

get_config
Read access to the global config singleton.
get_config_mut
Write access to the global config singleton.