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

Struct that holds current information about the loaded configs and parsers.

The raw struct used for an entire config. Accurately describes the fields in a valid config file.

The config parser for .yaml and .yml files.

Type Definitions

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