envcfg 0.0.1

A Rust crate for environment configuration management.
Documentation
1
2
3
4
5
#[test]
fn tests() {
    let t = trybuild::TestCases::new();
    t.pass("tests/01-parse.rs");
}