dashcache 0.1.2

A simple, highly concurrent cache for hash-consing values
Documentation
[dependencies.ahash]
version = "^0.3"

[dependencies.dashmap]
version = "^3"

[dependencies.elysees]
version = "^0.1.2"

[dependencies.erasable]
version = "^1.2.1"

[dependencies.itertools]
version = "^0.9"

[dependencies.slice-dst]
version = "^1.5.1"

[package]
authors = ["Jad Ghalayini <jad.ghalayini@hotmail.com>"]
categories = ["concurrency", "data-structures"]
description = "A simple, highly concurrent cache for hash-consing values"
edition = "2018"
keywords = ["data-structure", "hash", "consing", "sharing", "sync"]
license = "MIT/Apache-2.0"
name = "dashcache"
repository = "https://gitlab.com/rain-lang/dashcache"
version = "0.1.2"