Expand description
Configuration sources module, see the examples for general usage information.
Modules§
- key
- Config key module.
Structs§
- Config
Source Builder - Config source builder.
- Manual
Source - Manually register key value to
Configuration
.
Traits§
- Config
Source - Config source.
- Config
Source Adaptor - 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. - Config
Source Parser - Parse config source from string.