dashcache 0.1.2

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

[dependencies]
ahash = "^0.3"
elysees = "^0.1.2"
erasable = "^1.2.1"
itertools = "^0.9"
dashmap = "^3"
slice-dst = "^1.5.1"