describer 0.1.0

Struct describing helper
Documentation
1
2
3
4
5
6
7
#[test]
fn tests() {
    let t = trybuild::TestCases::new();
    t.pass("tests/simple.rs");
    t.pass("tests/multiple_types.rs");
    t.compile_fail("tests/err_tuple_struct.rs");
}