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: a `#[br(parse_with = …)]` field needs the inverse `#[bw(write_with = <f>)]` to encode
  --> tests/ui/bin_parse_with_needs_write_with.rs:12:5
   |
12 | /     #[br(parse_with = rd)]
13 | |     v: u8,
   | |_________^