range-cmp 1.0.0

Trait that allows comparing a value to a range of values
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "range-cmp"
version = "1.0.0"
edition = "2018"
rust-version = "1.35"
license = "MIT OR Apache-2.0"
description = "Trait that allows comparing a value to a range of values"
repository = "https://github.com/Akvize/range-cmp"
readme = "README.md"
keywords = ["range", "comparison", "ordering", "ord", "cmp"]
categories = ["algorithms", "no-std", "rust-patterns"]
exclude = [
    "pre-commit",
    "CONTRIBUTING.md",
]

[dependencies]