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ยง
- Config
Loader Builder - Builder for loading configuration from TOML files and environment variables.