v0.1.3
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.