mvbitfield 0.1.1

Generates bitfield struct types that can insert and extract bit-aligned fields.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: no bits available for flexible field
 --> tests_error/flexible_zero_width.rs:7:9
  |
7 |         y: _,
  |         ^

error: no bits available for flexible field
  --> tests_error/flexible_zero_width.rs:14:9
   |
14 |         ..,
   |         ^^