confyg 0.2.0

A simple, TOML-based, ENV-enabled library that can find and merge configs
Documentation
1
2
3
4
5
pub use conf::confygery::Confygery;

pub mod conf;
pub mod env;
pub mod searchpath;