num-traits
num-traits copied to clipboard
re-export `OverflowingAdd` in `lib.rs`?
The overflowing-related traits are not exported in lib.rs and currently need to be imported from num_traits::ops::overflowing; It would be nice to have that consistent with the remaining traits.