persistent_hashmap 0.2.3

Persistent hashmap is a library for working with memory mapped hashmaps
[package]
name = "persistent_hashmap"
version = "0.2.3"
authors = ["Jonathan Nilsson <l.a.jonathan.nilsson@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/JoNil/persistent_hashmap"
documentation = "https://jonil.github.io/persistent_hashmap/persistent_hashmap/index.html"
description = "Persistent hashmap is a library for working with memory mapped hashmaps"
readme = "README.md"

exclude = [
  ".gitignore",
  ".travis.yml",
]

[dependencies]
num = "0.1"
persistent_array = "0.3.3"
twox-hash = "0.1"