ordered-multimap 0.1.0

Insertion ordered multimap
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["Scott Godwin <sgodwincs@gmail.com>"]
categories = ["data-structures"]
description = "Insertion ordered multimap"
edition = "2018"
homepage = "https://github.com/sgodwincs/ordered-multimap-rs"
license = "MIT"
name = "ordered-multimap"
readme = "README.md"
repository = "https://github.com/sgodwincs/ordered-multimap-rs"
version = "0.1.0"

[dependencies]
dlv-list = "0.2.0"
hashbrown = "0.1.2"