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: `auto_len` targets `hdr.n` more than once
  --> tests/ui/bin_auto_len_duplicate.rs:11:43
   |
11 | #[bin(big, auto_len(hdr.n = count(a), hdr.n = count(b)))]
   |                                           ^