1 | [package] |
---|---|
2 | name = "float-ord" |
3 | version = "0.2.0" |
4 | authors = ["Michael Howell <michael@notriddle.com>"] |
5 | description = "A total ordering for floating-point numbers" |
6 | keywords = ["floats", "sort", "compare"] |
7 | license = "MIT / Apache-2.0" |
8 | repository = "https://github.com/notriddle/rust-float-ord" |
9 | documentation = "https://docs.rs/float-ord/0.1.2/float-ord/" |
10 | |
11 | [dev-dependencies] |
12 | rand = "0.3" |
13 | |
14 | [badges] |
15 | travis-ci = { repository = "notriddle/rust-float-ord"} |
16 |