[][src]Crate manaconf

manaconf

Library for building a layered configuration provider.

TODO: Better docs here

Modules

sources

Structs

Builder
Config
Key
KeyBuf

KeyBuf is the owned version of a Key.

Section

A section of configuration

WithPrefixSource

Wraps a source so that it only responds to keys with a given prefix.

Enums

Value

Holds a value read from a configuration source

ValueReadError

Error returned from an implementation of ValueRead

Traits

Source

Trait implemented by config value sources

TryFromValue
TryFromValueRead

Trait to implement on types that can be constructed from reading values from a ValueRead

ValueRead