A configuration library for Rust that supports merging multiple sources like files, environment variables, and CLI arguments.
# Cargo.toml
[dependencies]
figment = "0.10.19"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Loads configuration from a TOML file and environment variables, merging them into a struct.
Add serde = { version = "1", features = ["derive"] } to Cargo.toml and #[derive(Deserialize)] to your struct.No dependency data recorded yet.