зеркало из https://github.com/mozilla/gecko-dev.git
17a0e1807b
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 |
||
---|---|---|
.. | ||
src | ||
tests | ||
.cargo-checksum.json | ||
.travis.yml | ||
Cargo.toml | ||
LICENSE-MIT | ||
README.md |
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