rust-num / num-traits

Numeric traits for generic mathematics in Rust
Apache License 2.0
694 stars 131 forks source link

Murisi/generic unextended checked traits #325

Closed murisi closed 3 months ago

murisi commented 3 months ago

Adjusted num-traits so that the checked traits are now generic and so that they do not depend on their unchecked equivalents. Given the new use of generic, the traits are now define for both reference and value types.