File tree Expand file tree Collapse file tree 2 files changed +6
-17
lines changed
Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 11[package ]
2- name = " new- ordered-float"
3- version = " 1.0.1 "
2+ name = " ordered-float"
3+ version = " 1.0.0 "
44authors = [
" Jonathan Reem <[email protected] >" ,
" Matt Brubeck <[email protected] >" ]
55license = " MIT"
6- description = " Wrappers for total ordering on floats (fork of ordered-float) "
7- repository = " https://github.com/mbrubeck /rust-ordered-float"
6+ description = " Wrappers for total ordering on floats"
7+ repository = " https://github.com/reem /rust-ordered-float"
88readme = " README.md"
99
10- [lib ]
11- name = " ordered_float"
12-
1310[dependencies ]
1411num-traits = " 0.2"
1512serde = { version = " 1.0" , optional = true }
Original file line number Diff line number Diff line change 22
33Provides several wrapper types for Ord and Eq implementations on f64.
44
5- This is a fork of https://crates.io/crates/ordered-float
6-
75## Usage
86
97Use the crates.io repository; add this to your ` Cargo.toml ` along
108with the rest of your dependencies:
119
1210``` toml
1311[dependencies ]
14- new-ordered-float = " 1.0"
15- ```
16-
17- In your Rust code, the library name is still ` ordered_float ` :
18-
19- ``` rust
20- extern crate ordered_float;
12+ ordered-float = " 1.0"
2113```
2214
23- See the [ API documentation] ( https://docs.rs/new- ordered-float ) for further details.
15+ See the [ API documentation] ( https://docs.rs/ordered-float ) for further details.
2416
2517## License
2618
You can’t perform that action at this time.
0 commit comments