underscore 0.0.2

utility library for rust. Inspired by underscore.js.
1
2
3
4
5
#![crate_type="lib"]

pub mod vec;
pub mod hashmap;
pub mod btreemap;