hashcow 0.2.0

A Rust HashMap implementation with copy-on-write keys and values
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.hashbrown]
features = ["rayon"]
version = "0.1.8"

[package]
authors = ["Octavian Oncescu <octavonce@gmail.com>"]
categories = ["data-structures"]
description = "A Rust HashMap implementation with copy-on-write keys and values"
edition = "2018"
keywords = ["cow", "hashmap"]
license = "MIT"
name = "hashcow"
readme = "README.md"
repository = "https://github.com/purpleprotocol/hashcow"
version = "0.2.0"