#floats #fork #wrapper #total #order #ordered #ordered-float

yanked new-ordered-float

Wrappers for total ordering on floats (fork of ordered-float)

Uses old Rust 2015

1.0.2 Sep 11, 2018
1.0.1 Jun 6, 2018

#20 in #total


Used in dinotree_sample

MIT license

23KB
552 lines

Ordered Floats

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

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

This fork has been merged back into the original ordered-float crate and is no longer maintained.

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


lib.rs:

Wrappers for total order on Floats.

Dependencies

~110–340KB