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: `#[derive(BinWrite)]` cannot create temporary fields; use `#[binrw]` or `#[binwrite]` instead
 --> tests/ui/derive_binwrite_with_temp.rs:5:5
  |
5 | /     #[bw(calc = 0u8)]
6 | |     a: u8,
  | |_________^