[package] name = "fix_float" version = "0.1.4" edition = "2021" authors = ["FauconFan "] description = "Fixed floating types that allows useful trait implementations and datastructures on float numbers" license = "MIT" repository = "https://github.com/FauconFan/fix_float" documentation = "https://docs.rs/crate/fix_float" keywords = ["ff64", "ff32", "Ord", "Hash", "total_cmp"] categories = ["data-structures", "encoding"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] doc-comment = "0.3" serde = { version = "1.0", optional = true, features = ["derive"] } [dev-dependencies] rand = "0.8.5" rand_chacha = "0.3" serde_json = "1.0" criterion = { version = "0.3", features = ["html_reports"] } [badges] maintenance = { status = "experimental" } [[bench]] name = "sort" harness = false [[bench]] name = "ord" harness = false [[bench]] name = "partial_ord" harness = false