nested_containment_list 0.1.1

A data structure for efficiently storing and querying nested intervals.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-dependencies.autocfg]
version = "1.0.1"

[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 = [".travis.yml"]
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.1.1"