lib 0.0.2

LIB: Math and container utilities for Rust. Notice: study purpose, not production ready.
Documentation
pub mod array;
pub mod interval_set;
pub mod sort;
pub mod ordered;
pub mod ord_wrap;
pub mod map;
pub mod btree;
pub mod bound_protect;
pub mod traits;
pub mod interval;
pub use array::*;
pub use interval_set::*;
pub use sort::*;
pub use ordered::*;
pub use ord_wrap::*;
pub use map::*;
pub use btree::*;
pub use bound_protect::*;
pub use traits::*;
pub use interval::*;