provcfg 0.1.0

Configuration library that keeps track of the origin and history of all config values.
Documentation
1
2
3
4
5
#[test]
fn ui_compile_fail() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/*.rs");
}