Expand description
Shared configuration behaviour for projects. Using a config.toml file
Traitsยง
- Base
Config - Base configuration schema. Maintains a config.toml for configs. Handles the
reading/writing of config.toml. The config file is stored in the
dirs::config_dir()and the full relative path can be obtained viaBaseConfig::path.