odsek 0.1.0

Lazy, pull-based composition of mathematical interval sets with open/closed endpoints, no_std-compatible.
Documentation
pub(crate) mod intervals;
pub use self::intervals::*;

pub(crate) mod array;
pub use self::array::*;

pub(crate) mod or;
pub use self::or::*;

pub(crate) mod and;
pub use self::and::*;

pub(crate) mod map;
pub use self::map::*;

pub(crate) mod cache;
pub use self::cache::*;

pub(crate) mod single;
pub use self::single::*;

pub(crate) mod shift;
pub use self::shift::*;

pub(crate) mod stretch;
pub use self::stretch::*;

pub(crate) mod endpoint_map;
pub use self::endpoint_map::*;