Expand description
Structs§
- Config
Loader - Struct that holds current information about the loaded configs and parsers.
- RawConfig
- The raw struct used for an entire config. Accurately describes the fields in a valid config file.
- Yaml
Config Parser - The config parser for .yaml and .yml files.
Type Aliases§
- Parser
List - Defines a parser list as a vec of trait objects implementing [ConfigParser].