Multimap implementation for Rust
This is a multimap implementation for Rust. Implemented as a thin wrapper around std::collections::HashMap.
Example
extern crate multimap;
use MultiMap;
This is a multimap implementation for Rust. Implemented as a thin wrapper around std::collections::HashMap.
extern crate multimap;
use MultiMap;