int-intervals 0.1.1

Closed-open integer interval algebra, canonical interval sets, and overlap-stack structures.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub use crate::interval::traits::{COStartLenConstruct, IntCO, IntPrimitive};

mod change_point;
mod height_run;
mod height_segment;
mod height_stats;
mod int_co_stack;
mod stack_window;

pub use change_point::ChangePoint;
pub use height_run::HeightRun;
pub use height_segment::HeightSegment;
pub use height_stats::HeightStats;
pub use int_co_stack::IntCOStack;
pub use stack_window::StackWindow;