Release 0.6.4
- implement
Eq
,Hash
andExtend
forBitFlags
- expose a RawBitFlags proxy trait to make blanket implementations possible
- the implementation of
FromIterator
is now 15% faster in some use cases
Eq
, Hash
and Extend
for BitFlags
FromIterator
is now 15% faster in some use cases