ord_subset 3.1.1

Tools for working with the Ord subset of certain PartialOrd types, like floats.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ord_subset"
version = "3.1.1"
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"
repository = "https://github.com/emerentius/ord_subset"

[features]
default = ["std"]
ops = []
std = []
unchecked_ops = ["ops"]
unstable = []