sugar 0.2.0

Rust syntax sugar collections.
Documentation
1
2
3
4
5
mod cmp;
mod max_min;

pub use self::cmp::*;
pub use self::max_min::*;