nested_containment_list 0.2.0

A data structure for efficiently storing and querying nested intervals.
Documentation
[build-dependencies.autocfg]
version = "1.0.1"
[dev-dependencies.claim]
version = "0.5.0"

[dev-dependencies.more_ranges]
version = "0.1.0"

[package]
authors = ["Anders Evensen"]
build = "build.rs"
categories = ["algorithms", "data-structures", "no-std", "science"]
description = "A data structure for efficiently storing and querying nested intervals."
exclude = [".github/*"]
keywords = ["nested", "containment", "list", "interval", "overlapping"]
license = "MIT OR Apache-2.0"
name = "nested_containment_list"
readme = "README.md"
repository = "https://github.com/Anders429/nested_containment_list"
version = "0.2.0"