Releases: meithecatte/enumflags2
Releases · meithecatte/enumflags2
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
Release 0.6.3
Modify the generated code slightly to avoid triggerring the trivial_numeric_casts
lint.