ordered-multimap 0.4.3

Insertion ordered multimap
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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.4.3"



[dependencies]

dlv-list = "0.3.0"

hashbrown = "0.12.0"

serde = { version = "1", optional = true }