Skip to content

mbrubeck/rust-ordered-float

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%