Skip to content

Coder-256/num-traits-flexible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An expanded, improved version of the num-traits crate

Resources

License

Stars

Watchers

Forks

Packages

No packages published