int-interval-stack 0.2.0

Integer half-open interval stack structures for overlap multiplicity.
Documentation
1
2
3
4
5
6
7
mod change_point;
mod int_co_stack;
mod stack_height_stats;

pub use change_point::ChangePoint;
pub use int_co_stack::IntCOStack;
pub use stack_height_stats::StackHeightStats;