cow_hashmap 0.1.13

Hashmap with copy-on-write semantics that requires no locks
Documentation
[dependencies.arc-swap]
version = "1"

[dependencies.cow_hashbrown]
version = "0.14"

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

[lib]
name = "cow_hashmap"
path = "src/lib.rs"

[package]
authors = ["John Sharratt <johnathan.sharratt@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = "Hashmap with copy-on-write semantics that requires no locks"
edition = "2021"
keywords = ["hash", "hashmap", "swisstable", "cow"]
license = "MIT OR Apache-2.0"
name = "cow_hashmap"
readme = "README.md"
repository = "https://github.com/john-sharratt/cow_hashmap"
version = "0.1.13"