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
error: `#[view(const)]` needs the raw type visible to the const dispatch: annotate the `read` closure's first parameter (`|raw: u2, s| …`), give the `write` closure a return type, or add `raw = <ty>`
  --> tests/ui/bitfield_view_const_needs_raw.rs:15:5
   |
15 |     kind: bnb::u2,
   |     ^^^^