Expand description
§Configuration Management Module
Provides flexible configuration management with support for multiple data types and variable substitution.
Re-exports§
pub use source::ConfigSource;
Modules§
- field
- Field declarations used by typed configuration reads.
- from
- Parsing support for typed configuration reads.
- options
- Read parsing options for configuration values.
- source
- Configuration Source Module
Structs§
- Config
- Configuration Manager
- Config
Prefix View - Read-only prefix view over a
Config: key lookups use a logical key prefix. - Config
Property Mut - Guarded mutable access to a non-final
Propertystored in acrate::Config. - Configured
- Base implementation of configurable objects
- Property
- Configuration Property
Enums§
- Config
Error - Configuration error type
Traits§
- Config
Name - Provides borrowed access to a configuration key argument.
- Config
Names - Provides borrowed access to a candidate configuration key list.
- Config
Reader - Read-only configuration interface.
- Configurable
- Configurable trait
Type Aliases§
- Config
Result - Result type for configuration operations