subranges/
lib.rs

1mod collection;
2mod interval;
3
4pub use crate::collection::FreeIntervals;
5pub use crate::interval::Interval;