Expand description
Configuration sources module, see the examples for general usage information.
Modules
- Config key module.
Structs
- Config source builder.
- Manually register key value to
Configuration.
Traits
- Config source.
- Config source adaptor is an intermediate representation of config source. It can convert to
ConfigSource. We have toml, yaml and json values implement this trait. - Parse config source from string.