intervaltree 0.2.7

A simple and generic implementation of an immutable interval tree.
Documentation
[dependencies.serde]
default-features = false
features = ["alloc", "derive"]
optional = true
version = "1.0"

[dependencies.smallvec]
version = "1.0.0"

[features]
default = ["std"]
std = []

[package]
authors = ["main() <main@ehvag.de>"]
categories = ["data-structures", "no-std"]
description = "A simple and generic implementation of an immutable interval tree."
documentation = "https://docs.rs/intervaltree"
edition = "2018"
license = "MIT"
name = "intervaltree"
repository = "https://github.com/main--/rust-intervaltree"
version = "0.2.7"