Deserializes environment variables into strongly-typed Rust structs.
# Cargo.toml
[dependencies]
envy = "0.4.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Deserializes environment variables into a Config struct.
Add serde = { version = "1", features = ["derive"] } to Cargo.tomlNo dependency data recorded yet.