[package]
name = "immutable-chunkmap"
version = "0.5.0"
authors = ["Eric Stokes <letaris@gmail.com>"]
publish = true
description = "A cache efficient immutable map and set with lookup performance equivalent to BTreeMap and BTreeSet, and fast batch insert and update methods."
documentation = "https://estokes.github.io/immutable-chunkmap/immutable_chunkmap"
keywords = ["map", "immutable", "persistent", "functional"]
categories = ["data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/estokes/immutable-chunkmap"
[dependencies.arrayvec]
version = "0.4"
[dev-dependencies.rand]
version = ">= 0.3"