Crate superintervals

Source
Expand description

This module provides an associative data structure for performing interval intersection queries.

Structsยง

IndexIterator
Interval
Represents an interval with associated data.
IntervalMap
A static data structure for finding interval intersections
ItemIterator