Module config

Module config 

Source
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§

ConfigLoader
A utility to load hierarchical configuration in a Pavex application.

Traits§

ConfigProfile
Configuration profiles are used by Pavex applications to determine which configuration file to load.

Derive Macros§

ConfigProfile
A macro to derive an implementation of the ConfigProfile trait.