bufferfish 0.1.0

Binary message utility library for Rust and TypeScript interop.
Documentation
1
2
3
4
5
#[test]
fn test_compile_errors() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/compile_fail/*.rs");
}