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: this codec has no `write` function — add `write = <f>` inside `codec(...)`, or mark the struct `read_only`
 --> tests/ui/bin_codec_missing_write.rs:6:8
  |
6 | struct Varint(u64);
  |        ^^^^^^