Module figment::providers[][src]

Expand description

Built-in Provider implementations for common sources.

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

Structs

A Provider that sources values from a file or string in a given Format.

env

A Provider that sources its values from environment variables.

json

A JSON Format Data provider. See Data for details.

A Provider that sources values directly from a serialize type.

toml

A TOML Format Data provider. See Data for details.

yaml

A YAML Format Data provider. See Data for details.

Traits

Trait implementable by text-based Data format providers.