Would you be happy in replacing the current bitfield code with https://docs.rs/bit_field and just using u8s (or arrays where necessary) to represent the actual fields?
I think that would be a lot more ergonomic but it would add 1 dependency (which doesn't have any other dependencies).
Would you be happy in replacing the current bitfield code with https://docs.rs/bit_field and just using u8s (or arrays where necessary) to represent the actual fields?
I think that would be a lot more ergonomic but it would add 1 dependency (which doesn't have any other dependencies).