pack_bools 0.1.2

Attribute macro to pack all boolean fields of a struct into a bitfield
Documentation
1
2
3
4
5
error: #[pack_bools(default = true)] only available on `newtype` generation: use #[pack_bools(newtype)] on the struct
 --> tests/compile/defaults_inline.rs:6:5
  |
6 |     a: bool,
  |     ^