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