grib-template-derive 0.1.3

Derive macros for the `grib` crate, used as an internal dependency
Documentation
1
2
3
4
5
6
7
8
9
10
#[test]
fn tests() {
    let t = trybuild::TestCases::new();
    t.pass("tests/dump.rs");
    t.pass("tests/dump_standalone.rs");
    t.pass("tests/dump_for_option.rs");
    t.pass("tests/try_from_slice.rs");
    t.pass("tests/try_from_slice_standalone.rs");
    t.pass("tests/try_from_slice_for_option.rs");
}