Expand description
Common primitive configuration vocabulary reexports.
Structs§
- Config
Key - A validated single configuration key segment.
- Config
Layer - A deterministic map of configuration values paired with source metadata.
- Config
Path - A validated dotted configuration path.
- Config
Profile Error - Error returned when a profile name is invalid.
- Config
Section - A validated configuration section name.
- Config
Source - Identity and precedence metadata for a configuration source.
- Redacted
- A value wrapper that redacts display and debug output.
- Secret
Ref - A safe reference to a secret value.
- Secret
RefError - Error returned when a secret reference is invalid.
Enums§
- Config
KeyError - Error returned when a configuration key, section, or path is invalid.
- Config
Profile - A primitive runtime or deployment profile name.
- Config
Source Kind - A primitive kind for describing a configuration source.
- Config
Value - A primitive deterministic configuration value.
Functions§
- merge_
layers - Merges many layers using shallow layer semantics.
- merge_
two_ layers - Merges two layers using shallow layer semantics.