Expand description
Utilities to load the hierarchical configuration for a Pavex application.
ConfigLoader is the key type in this module.
§Guide
Check out the guide for a thorough introduction to Pavex configuration system.
Modules§
- errors
- Errors that can occur when loading configuration.
Structs§
- Config
Loader - A utility to load hierarchical configuration in a Pavex application.
Traits§
- Config
Profile - Configuration profiles are used by Pavex applications to determine which configuration file to load.
Derive Macros§
- Config
Profile - A macro to derive an implementation of the
ConfigProfiletrait.