Expand description
Handles the loading and parsing of the main application configuration from a TOML file.
Structs§
- Config
Data - Top level struct to hold the configuration data read from .toml file. It does not contain any implementation.
Functions§
- read_
config_ file - Loads configuration data from a specified
.tomlfile into aConfigDatastruct.