Skip to content

v0.1.3

Compare
Choose a tag to compare
@kaidokert kaidokert released this 12 Apr 01:01
· 25 commits to main since this release
e664fa8

Implement AddAssign, MulAssign, DivAssign, and all arithmetic operands that take a reference, rather than value.

Also add num_traits::Unsigned trait tag, plus all of num_traits::{NumAssign, NumRef, NumAssignRef} as those are all now fully implemented.

More testing and making panic! behaviour more consistent.