packbits 0.1.1

Tiny, zero-boilerplate bit packing for your own structs: convert to/from fixed-size byte arrays and integer containers with one attribute.
Documentation
1
2
3
4
5
error: bits width must be 1..=128
 --> tests/ui/bits_too_wide.rs:5:3
  |
5 |   #[bits(129)]
  |   ^