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: missing #[bits(W)] for this field type
 --> tests/ui/missing_bits_for_unknown.rs:7:3
  |
7 |   a: Field,
  |   ^