holyhashmap 0.1.2

A hash map with stable indices.
Documentation
[dependencies.serde]
optional = true
version = "1"

[dependencies.serde_test]
optional = true
version = "1"

[dev-dependencies.quickcheck]
version = "0.8"

[dev-dependencies.rand]
version = "0.6"

[package]
authors = ["Jason White"]
categories = ["data-structures"]
description = """
A hash map with stable indices.
"""
documentation = "https://docs.rs/holyhashmap"
homepage = "https://github.com/jasonwhite/holyhashmap"
keywords = ["hashmap"]
license = "MIT"
name = "holyhashmap"
readme = "README.md"
repository = "https://github.com/jasonwhite/holyhashmap"
version = "0.1.2"