intervalmap 0.1.1

An interval set/map library inspired by Boost.Icl
Documentation
[package]
name = "intervalmap"
version = "0.1.1"
edition = "2021"
rust-version = "1.86"
description = "An interval set/map library inspired by Boost.Icl"
license = "MIT"
authors = ["Petr Benes <w.benny@outlook.com>"]
repository = "https://github.com/wbenny/intervalmap"
documentation = "https://docs.rs/intervalmap"
readme = "README.md"
keywords = [
    "interval",
    "intervalset",
    "intervalmap",
    "interval_set",
    "interval_map",
]
categories = ["data-structures", "algorithms"]

[dependencies]
num-traits = "0.2"

[dev-dependencies]
criterion = { version = "0.8", features = ["html_reports"] }

[[bench]]
name = "benchmarks"
harness = false