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