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(map = …)]`/`#[br(try_map = …)]` field needs the inverse `#[bw(map = <f>)]` to encode
  --> tests/ui/bin_map_needs_inverse.rs:11:5
   |
11 | /     #[br(map = |raw: u16| Wrapped(raw))]
12 | |     value: Wrapped,
   | |__________________^