Skip to main content

Module prelude

Module prelude 

Source
Expand description

Common primitive configuration vocabulary reexports.

Structs§

ConfigKey
A validated single configuration key segment.
ConfigLayer
A deterministic map of configuration values paired with source metadata.
ConfigPath
A validated dotted configuration path.
ConfigProfileError
Error returned when a profile name is invalid.
ConfigSection
A validated configuration section name.
ConfigSource
Identity and precedence metadata for a configuration source.
Redacted
A value wrapper that redacts display and debug output.
SecretRef
A safe reference to a secret value.
SecretRefError
Error returned when a secret reference is invalid.

Enums§

ConfigKeyError
Error returned when a configuration key, section, or path is invalid.
ConfigProfile
A primitive runtime or deployment profile name.
ConfigSourceKind
A primitive kind for describing a configuration source.
ConfigValue
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.