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