splitbits 0.1.2

Concise bit field extraction
Documentation
1
2
3
4
5
6
7
error: proc macro panicked
 --> tests/compile_failures/weird_size_combinebits.rs:5:5
  |
5 |     combinebits!("aaa aaaa");
  |     ^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = help: message: Template must have a valid width: "Template width must be 8, 16, 32, 64, or 128, but was 7."