envstruct 1.0.10

Convert the environment variables into a structured configuration
Documentation
1
2
3
4
5
6
7
#[cfg_attr(miri, ignore = "incompatible with miri")]
#[allow(unused_attributes)]
#[test]
fn compiletest() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compiletest/**/*.rs");
}