Skip to content

Release 0.7.8

Compare
Choose a tag to compare
@meithecatte meithecatte released this 13 Sep 21:51
· 19 commits to master since this release
11f33ec
  • New API: BitFlags::set. Sets the value of a specific flag to that of the bool passed as argument. (thanks, @m4dh0rs3)
  • BitFlags now implements PartialOrd and Ord, to make it possible to use it as a key in a BTreeMap.
  • The bounds on the implementation of Hash got improved, so that it is possible to use it in code generic over T: BitFlag.