byteme 0.0.5

Converts a struct into Vec<u8> and back. The conversion is Big Endian by default.
Documentation
1
2
3
4
5
#[test]
fn tests() {
    let test = trybuild::TestCases::new();
    test.pass("tests/01-parse.rs");
}