#bare-bones #quilt #btree-map #btree-set #part #multimap

quilt_multimap

A barebones multimap (part of the quilt project)

1 unstable release

0.1.1 Feb 21, 2019

#7 in #quilt

Download history 7/week @ 2024-02-19 22/week @ 2024-02-26 15/week @ 2024-03-04 4/week @ 2024-03-11 5/week @ 2024-03-18 10/week @ 2024-03-25 33/week @ 2024-04-01

55 downloads per month
Used in 4 crates (2 directly)

MIT/Apache

8KB
155 lines

This crate contains a barebones placeholder implementation of a multimap on top of a BTreeMap and a BTreeSet. This is part of quilt, and is not intended for public use. It will eventually be replaced by something disk-based and fully persistent.

Dependencies

~0.4–1MB
~24K SLoC