Use Wrapping to fix tests
Fixes cargo test
failing with:
... panicked at 'attempt to add with overflow', src/lib.rs:38:61
Additionally fixes the following clippy lints:
- clippy::unnecessary_fold
- clippy::assign_op_pattern
Signed-off-by: Tim Crawford tcrawford@system76.com