my_interval/
lib.rs

1mod interval;
2mod bound_point;
3
4pub use interval::{Interval, IntervalType, IntervalError};