hashlink 0.4.0

HashMap-like containers that hold their key-value pairs in a user controllable order
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[badges.circle-ci]
branch = "master"
repository = "kyren/hashlink"
[dependencies.hashbrown]
version = "0.6.0"

[package]
authors = ["kyren <kerriganw@gmail.com>"]
description = "HashMap-like containers that hold their key-value pairs in a user controllable order"
documentation = "https://docs.rs/hashlink"
edition = "2018"
keywords = ["data-structures"]
license = "MIT OR Apache-2.0"
name = "hashlink"
readme = "README.md"
repository = "https://github.com/kyren/hashlink"
version = "0.4.0"