Intervaltree with Rust Back End
5 months ago
- #Python
- #Rust
- #IntervalTree
- Exposes a Rust interval tree implementation to Python via PyO3.
- Provides Python wrapper functions for building, inserting, searching, and deleting intervals.
- Requires Rust toolchain, Python 3.8+, and maturin for installation.
- Installation can be done via pip or maturin develop.
- Supports inclusive and exclusive range queries.
- Includes Rust unit tests for Python bindings.