rangeset 0.4.0

Integer collection backed by ranges with set operation support.
Documentation
[[bench]]
harness = false
name = "range"
path = "benches/range.rs"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dev-dependencies.criterion]
version = "0.5"

[features]
alloc = []
default = ["std"]
serde = ["dep:serde"]
std = ["alloc"]

[lib]
name = "rangeset"
path = "src/lib.rs"

[package]
authors = ["TLSNotary Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Integer collection backed by ranges with set operation support."
edition = "2024"
keywords = ["range", "set"]
license = "MIT OR Apache-2.0"
name = "rangeset"
readme = "README.md"
repository = "https://github.com/tlsnotary/tlsn-utils"
version = "0.4.0"