Releases: fengalin/option-operations
Releases · fengalin/option-operations
0.5.0 -- 2022-08-15
0.4.1
0.4.0
- Fix auto implementations for
OptionOp
andOptionOpAssign
. In previous version all the implementations required thatOp
&OpAssign
be implemented, which was not consistent with documentation and otherOption*
traits. Now, the user can implementOptionOp
andOptionOpAssign
on the inner type and automatically benefit from the implementations on the other variations. - Factorize code in macros.