Crate normalize_interval

Source
Expand description

Provides a basic bounded interval type for doing complex set selections.

Re-exports§

pub use crate::bound::Bound;
pub use crate::interval::Interval;
pub use crate::selection::Selection;

Modules§

bound
Provides a bound type for intervals.
interval
Provides an interval type for doing set selection and iteration.
normalize
Provides an interval type for doing set selection and iteration.
raw_interval
Non-normalizing interval type.
selection
Provides a set of possibly noncontiguous intervals.
tine
Orderable Tine representing an interval bound.
tine_tree
Interval TineTree implementation.