Module config

Source
Expand description

Handles the loading and parsing of the main application configuration from a TOML file.

Structs§

ConfigData
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 .toml file into a ConfigData struct.