hashconsing 1.6.0

A hash consing library.
Documentation
[dependencies.ahash]
optional = true
version = "^0.8.3"

[dependencies.lazy_static]
version = "1.*"
[dev-dependencies.crossbeam-utils]
version = "^0.8"

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

[dev-dependencies.rayon]
version = "^1.5"

[dev-dependencies.trybuild]
version = "^1.0"

[features]
unstable_docrs = ["with_ahash"]
with_ahash = ["ahash"]

[package]
authors = ["Adrien Champion <adrien.champion@email.com>"]
categories = ["caching", "compression", "concurrency", "data-structures", "memory-management"]
description = "A hash consing library."
documentation = "https://docs.rs/hashconsing"
edition = "2021"
homepage = "https://github.com/AdrienChampion/hashconsing"
keywords = ["hashconsing", "hash", "consing", "sharing", "caching"]
license = "MIT/Apache-2.0"
name = "hashconsing"
readme = "README.md"
repository = "https://github.com/AdrienChampion/hashconsing"
version = "1.6.0"
[package.metadata.docs.rs]
features = ["unstable_docrs"]