- Fix UB reported by Miri and remove unmaintained
atom
dependency which has open soundness issues. (#61)
BitSetAnd
,BitSetOr
,BitSetNot
,BitSetXor
,BitSetAll
now implementClone
. (#52)- Bitset layers can be read though
BitSet::layer{0,1,2}_as_slice
. (#53) rayon
is updated to1.3
. (#56)
BitIter
now implementsClone
. (#49)