gecko-dev/third_party/rust/new-ordered-float
Emilio Cobos Álvarez 17a0e1807b Bug 1468266: Revendor rust dependencies. r=me
MozReview-Commit-ID: 2MFU90eJr47


--HG--
rename : third_party/rust/debug_unreachable/.travis.yml => third_party/rust/new_debug_unreachable/.travis.yml
rename : third_party/rust/debug_unreachable/examples/simple.rs => third_party/rust/new_debug_unreachable/examples/simple.rs
rename : third_party/rust/debug_unreachable/tests/check.rs => third_party/rust/new_debug_unreachable/tests/check.rs
2018-06-11 16:45:09 -07:00
..
src
tests
.cargo-checksum.json
.travis.yml
Cargo.toml
LICENSE-MIT
README.md

Ordered Floats

Provides several wrapper types for Ord and Eq implementations on f64.

This is a fork of https://crates.io/crates/ordered-float

Usage

Use the crates.io repository; add this to your Cargo.toml along with the rest of your dependencies:

[dependencies]
new-ordered-float = "1.0"

In your Rust code, the library name is still ordered_float:

extern crate ordered_float;

See the API documentation for further details.

License

MIT