ojo_multimap 0.1.0

A barebones multimap (part of the ojo project)
Documentation
1
2
3
4
This crate contains a barebones placeholder implementation of a multimap on top
of a `BTreeMap` and a `BTreeSet`.  This is part of
[`ojo`](https://github.com/jneem/ojo), and is not intended for public use. It
will eventually be replaced by something disk-based and fully persistent.