mehcode / config-rs

⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
Apache License 2.0
2.43k stars 206 forks source link

Remove lazy_static #514

Open epage opened 5 months ago

epage commented 5 months ago

lazy_static can be replaced with OnceLock with the recent MSRV.

epage commented 5 months ago

Started work on this