Skip to content

Releases: meithecatte/enumflags2

Release 0.6.4

Choose a tag to compare

@meithecatte meithecatte released this 21 Apr 22:37
  • implement Eq, Hash and Extend for BitFlags
  • 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

Choose a tag to compare

@meithecatte meithecatte released this 11 Apr 17:07

Modify the generated code slightly to avoid triggerring the trivial_numeric_casts lint.