Release 0.7.8
- New API:
BitFlags::set
. Sets the value of a specific flag to that of thebool
passed as argument. (thanks, @m4dh0rs3) BitFlags
now implementsPartialOrd
andOrd
, to make it possible to use it as a key in aBTreeMap
.- The bounds on the implementation of
Hash
got improved, so that it is possible to use it in code generic overT: BitFlag
.