Crate yaml_config

Crate yaml_config 

Source

Re-exports§

pub use crate::error::ParseError;

Modules§

error
Errors returned by config.

Enums§

Preference
Defines the preference for loading of a configuration when a variable exists in the YAML and also along the same path in the environment.
Value
A wrapped type enum useful for allowing polymorphic returns from the map creation function.

Functions§

load
Loads a configuration file.