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