new-ordered-float

Crates.ionew-ordered-float
lib.rsnew-ordered-float
version1.0.2
sourcesrc
created_at2018-06-06 00:05:03.320055
updated_at2018-09-11 17:04:50.789239
descriptionWrappers for total ordering on floats (fork of ordered-float)
homepage
repositoryhttps://github.com/mbrubeck/rust-ordered-float
max_upload_size
id68796
size60,328
cargo publish (github:servo:cargo-publish)

documentation

README

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

Commit count: 61

cargo fmt