Expand description
Configuration based on YAML files for apps.
Structs§
- Config
File - Wrapper for a parsed configuration. Should wrap the Yaml better to make the API easier to use.
Enums§
- Config
Error - When loading a YAML file there maybe missing required components or bad YAML. This error type allows these errors to be propegated.