collections-rs 0.3.1

Generic collection types for rust.
Documentation
mod map;
mod set;

pub use map::Map;
pub use set::Set;