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(if(...))]` requires an `Option<_>` field
 --> tests/ui/bin_if_needs_option.rs:7:5
  |
7 | /     #[br(if(flag != bnb::u4::new(0)))]
8 | |     value: u16,
  | |______________^