Contributors: @cuviper
- Maintenance release to update dependencies.
- num-rational now has its own source repository at rust-num/num-rational.
Ratio
now implementsCheckedAdd
,CheckedSub
,CheckedMul
, andCheckedDiv
.Ratio
now implementsAddAssign
,SubAssign
,MulAssign
,DivAssign
, andRemAssign
with eitherRatio
or an integer on the right side. The non-assignment operators now also accept integers as an operand.Ratio
operators now make fewerclone()
calls.
Thanks to @c410-f3r, @cuviper, and @psimonyi for their contributions!
No prior release notes were kept. Thanks all the same to the many contributors that have made this crate what it is!