Crate brix_config_loader

Source
Expand description

§Brix Config Loader

The config loader is responsible for loading the declaration file and dispatching it to the appropriate parser depending on the extension. It is also responsible for converting the declaration file into a parsed list of commands and arguments.

Structs§

ConfigLoader
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.
YamlConfigParser
The config parser for .yaml and .yml files.

Type Aliases§

ParserList
Defines a parser list as a vec of trait objects implementing [ConfigParser].