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