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: a `magic` integer needs a width suffix so its wire size is unambiguous, e.g. `0x01u16`
 --> tests/ui/bin_enum_bad_magic.rs:7:19
  |
7 |     #[bin(magic = 1)]
  |                   ^