Skip to content

0.4.0

Choose a tag to compare

@fengalin fengalin released this 24 Oct 17:45
· 15 commits to main since this release
  • Fix auto implementations for OptionOp and OptionOpAssign. In previous version all the implementations required that Op & OpAssign be implemented, which was not consistent with documentation and other Option* traits. Now, the user can implement OptionOp and OptionOpAssign on the inner type and automatically benefit from the implementations on the other variations.
  • Factorize code in macros.