bitsandbytes 0.3.2

An owned, bit-aware binary codec: fast bit/byte field types and the unified #[bin] macro.
Documentation
1
2
3
4
5
6
error: `#[br(seek = …)]` needs to seek, but the struct is `#[bin(forward_only)]`
 --> tests/ui/bin_seek_forward_only.rs:8:5
  |
8 | /     #[br(seek = 16u32)]
9 | |     target: u8,
  | |______________^