Registry / utility / theban-interval-tree

theban-interval-tree

JSON →
library0.7.1rscratesunverified

A simple interval tree implementation for storing and querying intervals.

# Cargo.toml [dependencies] theban_interval_tree = "0.7.1"
INSTALL
IMPORT
SIG · THEBAN-INTERVAL-TR
T
theban-interval-tree
utilityrustv0.7.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

IntervalTree
use theban_interval_tree::IntervalTree;

Inserting and querying intervals.

use theban_interval_tree::IntervalTree; fn main() { let mut tree = IntervalTree::new(); tree.insert(1, 5, "value"); let results = tree.query(3); println!("{:?}", results); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
theban-interval-tree — cargo add theban-interval-tree · libregistry