Expand description
Built-in Provider implementations for common sources.
The top-level docs contain a list and description of each provider.
Structs
- A
Providerthat sources values from a file or string in a givenFormat. - Env
envAProviderthat sources its values from environment variables. - A
Providerthat sources values directly from a serialize type. - Toml
toml
Traits
- Trait implementable by text-based
Dataformat providers.