[package]
edition = "2021"
name = "range_bound_cmp"
version = "0.1.0"
authors = ["Christopher Edward Dawn"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Comparison operations between primitive `Bound` values"
readme = "README.md"
keywords = [
"range",
"bound",
"cmp",
"set",
"intersect",
]
categories = [
"algorithms",
"mathematics",
"data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cedtwo/range_bound_cmp.git"
[lib]
name = "range_bound_cmp"
path = "src/lib.rs"