byteserde_derive 0.6.2

A procedural macro for mapping byte streams to/from arbitrary struct types with focus on performance
Documentation
1
2
3
4
5
6
7
#[test]
fn fail_use_cases() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/error_scenarios/size_of_vec.rs");
    t.compile_fail("tests/error_scenarios/union.rs");
    t.compile_fail("tests/error_scenarios/option.rs");
}