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 1
1
[package ]
2
- name = " new- ordered-float"
3
- version = " 1.0.1 "
2
+ name = " ordered-float"
3
+ version = " 1.0.0 "
4
4
authors = [" Jonathan Reem <jonathan.reem@gmail.com>" , " Matt Brubeck <mbrubeck@limpet.net>" ]
5
5
license = " 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"
8
8
readme = " README.md"
9
9
10
- [lib ]
11
- name = " ordered_float"
12
-
13
10
[dependencies ]
14
11
num-traits = " 0.2"
15
12
serde = { version = " 1.0" , optional = true }
Original file line number Diff line number Diff line change 2
2
3
3
Provides several wrapper types for Ord and Eq implementations on f64.
4
4
5
- This is a fork of https://crates.io/crates/ordered-float
6
-
7
5
## Usage
8
6
9
7
Use the crates.io repository; add this to your ` Cargo.toml ` along
10
8
with the rest of your dependencies:
11
9
12
10
``` toml
13
11
[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"
21
13
```
22
14
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.
24
16
25
17
## License
26
18
You can’t perform that action at this time.
0 commit comments