ord_subset 3.1.1

Tools for working with the Ord subset of certain PartialOrd types, like floats.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[features]
default = ["std"]
ops = []
std = []
unchecked_ops = ["ops"]
unstable = []

[package]
authors = ["Emerentius"]
description = "Tools for working with the Ord subset of certain PartialOrd types, like floats."
documentation = "https://docs.rs/ord_subset/"
keywords = ["iterator", "slice", "Ord", "PartialOrd", "float"]
license = "MIT/Apache-2.0"
name = "ord_subset"
repository = "https://github.com/emerentius/ord_subset"
version = "3.1.1"