intervalsets 0.1.0-alpha.2

The intervalsets crate provides bounded and unbounded intervals implemented as sets with all the associated set operations.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod bounding;
pub mod complement;
pub mod contains;
pub mod difference;
pub mod empty;
pub mod hull;
pub mod intersection;
pub mod intersects;
pub mod merged;
pub mod union;