Twelf is a configuration solution for Rust including 12-Factor support, designed with layers to configure different sources and formats using a proc macro.
# Cargo.toml
[dependencies]
twelf = "0.15.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define and load configuration with Twelf
Add serde and serde_derive as dependencies with the 'derive' feature.
No dependency data recorded yet.