Skip to main content

Module config_loader

Module config_loader 

Source
Expand description

Generic configuration loader that encapsulates the confyg build pattern.

Eliminates the boilerplate that every Fabryk-based project duplicates: Confygery::new() โ†’ add_file() โ†’ add_env(sections) โ†’ build().

Structsยง

ConfigLoaderBuilder
Builder for loading configuration from TOML files and environment variables.