bitx 0.2.2

More ergonomic way to deal with bitfield-like struct.
Documentation
1
2
3
4
5
6
7
8
use bitx::bits;

bits! {
    pub enum Empty: 0.2 {}
}

fn main() {}