Crate toml_base_config

Crate toml_base_config 

Source
Expand description

Shared configuration behaviour for projects. Using a config.toml file

Traitsยง

BaseConfig
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 via BaseConfig::path.