intervaltree 0.2.7

A simple and generic implementation of an immutable interval tree.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "intervaltree"
documentation = "https://docs.rs/intervaltree"
repository = "https://github.com/main--/rust-intervaltree"
version = "0.2.7"
authors = ["main() <main@ehvag.de>"]
license = "MIT"
description = "A simple and generic implementation of an immutable interval tree."
categories = ["data-structures", "no-std"]
edition = "2018"

[dependencies]
smallvec = { version = "1.0.0" }
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"], optional = true }

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