Module micro_kit::config [] [src]

Configuration based on YAML files for apps.

Structs

ConfigFile

Wrapper for a parsed configuration. Should wrap the Yaml better to make the API easier to use.

Enums

ConfigError

When loading a YAML file there maybe missing required components or bad YAML. This error type allows these errors to be propegated.