multi_ranged 0.1.1

Efficient data structures for representing and manipulating ranges of discrete values
Documentation
[dependencies.num-traits]
version = "0.2"

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

[dependencies.thiserror]
version = "2.0"

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

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

[package]
authors = ["Earth Metabolome Initiative"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "mathematics"]
description = "Efficient data structures for representing and manipulating ranges of discrete values"
edition = "2024"
keywords = ["range", "intervals", "data-structures", "numeric", "collections"]
license = "MIT"
name = "multi_ranged"
readme = "README.md"
repository = "https://github.com/earth-metabolome-initiative/multi_ranged"
version = "0.1.1"

[[test]]
name = "test_multi_range"
path = "tests/test_multi_range.rs"