[features]
default = ["std"]
ops = []
std = []
unchecked_ops = ["ops"]
unstable = []
[lib]
name = "ord_subset"
path = "src/lib.rs"
[lints.clippy]
deprecated_cfg_attr = "allow"
inline_always = "allow"
match_bool = "allow"
unnecessary_clippy_cfg = "allow"
[package]
authors = ["Emerentius"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Tools for working with the Ord subset of certain PartialOrd types, like floats."
documentation = "https://docs.rs/ord_subset/"
edition = "2015"
keywords = ["iterator", "slice", "Ord", "PartialOrd", "float"]
license = "MIT/Apache-2.0"
name = "ord_subset"
readme = "README.md"
repository = "https://github.com/emerentius/ord_subset"
version = "3.1.2"
[[test]]
name = "lib"
path = "tests/lib.rs"