span-map 0.1.0

A data structure for efficiently managing sets of values over spans/ranges
Documentation
[[bench]]
harness = false
name = "span_map_benchmarks"
path = "benches/span_map_benchmarks.rs"

[dependencies]

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "algorithms"]
description = "A data structure for efficiently managing sets of values over spans/ranges"
documentation = "https://docs.rs/span-map"
edition = "2021"
keywords = ["span", "range", "map", "interval", "data-structure"]
license = "MIT OR Apache-2.0"
name = "span-map"
readme = "README.md"
repository = "https://github.com/drmingdrmer/span-map"
version = "0.1.0"