bytezy 0.0.1

Helps you deserialize bytes into structs and enums
Documentation
1
2
3
4
5
6
7
#[test]
fn tests() {
    let t = trybuild::TestCases::new();
    t.pass("tests/serialize.rs");

    //t.compile_fail("tests/fail.rs");
}