immutable-chunkmap 2.0.3

A fast immutable map and set with batch insert and update methods, COW operations, and big O efficient implementations of set and merge operations
Documentation
[dependencies.arrayvec]
version = "0.7"

[dependencies.packed_struct]
default-features = false
version = "0.10"

[dependencies.packed_struct_codegen]
version = "0.10"

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

[dependencies.serde]
optional = true
version = "1"
[dev-dependencies.paste]
version = "1"

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

[dev-dependencies.rayon]
version = "1"

[dev-dependencies.serde]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[features]
default = []
rayon = ["dep:rayon"]
serde = ["dep:serde", "packed_struct/use_serde"]

[package]
authors = ["Eric Stokes <letaris@gmail.com>"]
categories = ["data-structures"]
description = "A fast immutable map and set with batch insert and update methods, COW operations, and big O efficient implementations of set and merge operations"
documentation = "https://docs.rs/immutable-chunkmap"
edition = "2018"
keywords = ["map", "set", "immutable", "persistent", "functional"]
license = "MIT/Apache-2.0"
name = "immutable-chunkmap"
publish = true
readme = "README.md"
repository = "https://github.com/estokes/immutable-chunkmap"
version = "2.0.3"