linked-hash-map 0.0.5

A HashMap wrapper that holds key-value pairs in insertion order
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "linked-hash-map"
version = "0.0.5"
license = "MIT/Apache-2.0"
description = "A HashMap wrapper that holds key-value pairs in insertion order"
authors = [
    "Stepan Koltsov <stepan.koltsov@gmail.com>",
    "Andrew Paseltiner <apaseltiner@gmail.com>",
]

repository = "https://github.com/contain-rs/linked-hash-map"
homepage = "https://github.com/contain-rs/linked-hash-map"
documentation = "https://contain-rs.github.io/linked-hash-map/linked_hash_map"
keywords = ["data-structures"]
readme = "README.md"