gecko-dev/third_party/rust/num-traits-0.1.43
Matt Brubeck 0a5385733d Bug 1447062 - Upgrade to num-traits 0.1.43. r=ted
MozReview-Commit-ID: Hl7780nXOvw

--HG--
rename : third_party/rust/num-traits-0.1.41/LICENSE-APACHE => third_party/rust/num-traits-0.1.43/LICENSE-APACHE
rename : third_party/rust/num-traits-0.1.41/LICENSE-MIT => third_party/rust/num-traits-0.1.43/LICENSE-MIT
extra : rebase_source : 8289387f3d1af16a40a42167ffaaba36f34e3632
2018-03-19 10:24:54 -07:00
..
ci
src
.cargo-checksum.json
.travis.yml
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
RELEASES.md
bors.toml

README.md

num-traits

crate documentation Travis status

Numeric traits for generic mathematics in Rust.

This version of the crate only exists to re-export compatible items from num-traits 0.2. Please consider updating!

Usage

Add this to your Cargo.toml:

[dependencies]
num-traits = "0.1"

and this to your crate root:

extern crate num_traits;

Releases

Release notes are available in RELEASES.md.

Compatibility

The num-traits crate is tested for rustc 1.8 and greater.