bit-struct 0.3.2

Define structs which have fields which are assigned to individual bits, not bytes
Documentation
1
2
3
4
5
6
7
bit_struct::bit_struct! {
    struct TooMany(u16) {
        a: u32
    }
}

fn main() {}