Skip to content

Release 0.7.9

Compare
Choose a tag to compare
@meithecatte meithecatte released this 12 Feb 06:48
· 7 commits to master since this release
1dab769
  • The BitFlag trait now includes convenience re-exports for the constructors of BitFlags. This lets you do MyFlag::from_bits instead BitFlags::<MyFlag>::from_bits where the type of the flag cannot be inferred from context (thanks @ronnodas).
  • The documentation now calls out the fact that the implementation of PartialOrd may not be what you expect (reported by @ronnodas).