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 that can occur when loading configuration.
Structs§
- A utility to load hierarchical configuration in a Pavex application.
Traits§
- Configuration profiles are used by Pavex applications to determine which configuration file to load.
Derive Macros§
- A macro to derive an implementation of the
ConfigProfile
trait.