6c2c42e6b7
Two bitfields now match if they contain the same information. There were some discrepancies before when comparing fields with the same bits set but came from different sources, e.g. off the wire vs created in memory, due to the existence of unset bits in the high byte. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
Boolean Bitfield
Implements a set of boolean as a tightly-packed vector of bits.