Crate config_spirit_fork

Source
Expand description

Config organizes hierarchical or layered configurations for Rust applications.

This is a temporary fork of the config crate for the needs of the spirit framework. You should use the original.

Structs§

Config
A prioritized configuration repository. It maintains a set of configuration sources, fetches values to populate those, and provides them according to the source’s priority.
Environment
File
FileSourceFile
Describes a file sourced from a file
FileSourceString
Describes a file sourced from a string
Value
A configuration value.

Enums§

ConfigError
Represents all possible errors that can occur when working with configuration.
FileFormat

Traits§

Source
Describes a generic source of configuration properties.