[dependencies.smallvec]
features = ["union", "const_generics"]
version = "^1.13"
[dev-dependencies.proptest]
version = "1"
[features]
default = ["inline_storage"]
inline_storage = []
internal_checks = []
[lib]
name = "closed_interval_set"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage,coverage_nightly)"]
level = "warn"
priority = 0
[package]
authors = ["Paul Khuong"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std"]
description = "Unions of closed intervals as containers of pairs"
edition = "2021"
keywords = ["data-structures", "interval", "interval-set", "range", "set"]
license = "MIT"
name = "closed-interval-set"
readme = "README.md"
repository = "https://github.com/pkhuong/closed-interval-set"
version = "1.3.0"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex-header.html"]