v0.5.1
- #102: Added
contains_unchecked
,insert_unchecked
,put_unchecked
,
set_unchecked
,toggle_unchecked
,removed_unchecked
,copy_bit_unchecked
unsafe variants of the safe functions, by @james7132 - #103: Added
into_ones
which returns a owned iterator over the one
values from a bitset, by @james7132. - #104: Implemented
DoubleEndedIterator
forUnion
,Intersection
,
Difference
, andSymmetricDifference
, by @james7132.