Expand description
Built-in Provider implementations for common sources.
The top-level docs contain a list and description of each provider.
Structs§
- Data
- A
Providerthat sources values from a file or string in a givenFormat. - Env
env - A
Providerthat sources its values from environment variables. - Json
json - A JSON
FormatDataprovider. - Serialized
- A
Providerthat sources values directly from a serialize type. - Toml
toml - A TOML
FormatDataprovider. - Yaml
yaml - A YAML
FormatDataprovider. - Yaml
Extended yaml - A YAML Extended
FormatDataprovider.