Module source

Source
Expand description

Configuration sources module, see the examples for general usage information.

Modules§

key
Config key module.

Structs§

ConfigSourceBuilder
Config source builder.
ManualSource
Manually register key value to Configuration.

Traits§

ConfigSource
Config source.
ConfigSourceAdaptor
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.
ConfigSourceParser
Parse config source from string.