Vendor deprecated/unstable traits from std::num
This commit brings in a load of unstable and/or deprecated traits from the `std::num` module. These traits provide for some degree of generic programming over numeric types. They are not stable in `std` mostly because we want more time to iterate on their design. Moving them to the `num` crate allows existing code to keep using this functionality as we do so. Closes #74
This commit is contained in:
parent
32d15093b0
commit
03db5c9d1b
1789
src/traits.rs
1789
src/traits.rs
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue