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: each #[bitflags] field must be `bool` (one flag per bit)
 --> tests/ui/bitflags_non_bool.rs:9:8
  |
9 |     b: u8, // not a `bool` — each flag is a single bit
  |        ^^