You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#89: Added FixedBitSet::zeros and the Zeros iterator by @james7132.
#92: Added FixedBitSet::grow_and_insert function, a
non-panicking version of insert that grows the underlying storage as need, by @shuoli84.
#98: Ones now implements DoubleEndedIterator, by @tikhu.
#99: Breaking change: serde now serializes and deserializes from a little-endian encoded
raw byte buffer. Existing stored instances of the serialized bitsets will need to be
re-encoded.