no_std

2026
bitdecl
In pursuit of wanting to make my projects more ‘independent’ (less external dependencies), I decided to implement the features these 3 crates provide in one: bitfield, bit-field and bitflags. I also tried to make most of this const. When const-traits stabilize it should help reduce the amount of code required and make it more consistent.