Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.34 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.34 KB

num-traits-flexible

crate documentation rust 2018 edition Travis Status

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.

Usage

Add this to your Cargo.toml:

[dependencies]
num-traits = "1.0"

Releases

Release notes are available in RELEASES.md.

Compatibility

The num-traits-flexible crate works with Rust 2018 and is tested with the latest stable version.

Acknowledgements

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.