libpacket-derive 0.1.1

Automatic bit manipulation for binary data formats
Documentation
1
2
3
4
5
6
#[test]
fn compile_test() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compile-fail/*.rs");
    t.pass("tests/run-pass/*.rs");
}