binrw 0.15.1

A Rust crate for helping read structs from binary data using ✨macro magic✨
Documentation
1
2
3
4
5
6
error: expected explicit type suffix for integer literal
       e.g 0u64
 --> tests/ui/invalid_magic_int.rs:4:14
  |
4 | #[br(magic = 0)]
  |              ^