Releases: meithecatte/enumflags2
Releases · meithecatte/enumflags2
Release 0.6.4
- implement
Eq,HashandExtendforBitFlags - expose a RawBitFlags proxy trait to make blanket implementations possible
- the implementation of
FromIteratoris now 15% faster in some use cases
Release 0.6.3
Modify the generated code slightly to avoid triggerring the trivial_numeric_casts lint.