[go: up one dir, main page]

Module providers

Source
Expand description

Built-in Provider implementations for common sources.

The top-level docs contain a list and description of each provider.

Structs§

Data
A Provider that sources values from a file or string in a given Format.
Env
A Provider that sources its values from environment variables.
Jsonjson
A JSON Format Data provider.
Serialized
A Provider that sources values directly from a serialize type.
Tomltoml
A TOML Format Data provider.
Yamlyaml
A YAML Format Data provider.
YamlExtendedyaml
A YAML Extended Format Data provider.

Traits§

Format
Trait implementable by text-based Data format providers.