settings_loader 1.0.0

Opinionated configuration settings load mechanism for Rust applications
Documentation
1
2
3
4
#[cfg(feature = "database")]
pub mod database;
#[cfg(feature = "http")]
pub mod http;