Numeric traits for generic mathematics in Rust. This project is a fork of the
num-traits
crate created to
implement many postponed breaking changes, along with reorganizing the entire
system of crates into individual operations to allow more flexible generic
requirements.
Add this to your Cargo.toml
:
[dependencies]
num-traits = "1.0"
Release notes are available in RELEASES.md.
The num-traits-flexible
crate works with Rust 2018 and is tested with the
latest stable version.
This project is a fork of the num-traits
crate. Thanks to everybody who
contributed there! num-traits-flexible
would have never existed without
their help.