scc 2.1.3

High performance containers and utilities for concurrent and asynchronous programming
Documentation
[[bench]]
harness = false
name = "bag"

[[bench]]
harness = false
name = "hash_map"

[[bench]]
harness = false
name = "hash_index"

[[bench]]
harness = false
name = "hash_cache"

[[bench]]
harness = false
name = "tree_index"

[dependencies.sdd]
version = "1.3.0"

[dependencies.serde]
optional = true
version = "1.0"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.proptest]
version = "1.5"

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

[dev-dependencies.serde_test]
version = "1.0"

[dev-dependencies.static_assertions]
version = "1.1"

[dev-dependencies.tokio]
features = ["full"]
version = "1.38"

[package]
authors = ["wvwwvwwv <wvwwvwwv@me.com>"]
categories = ["asynchronous", "caching", "concurrency", "data-structures"]
description = "High performance containers and utilities for concurrent and asynchronous programming"
documentation = "https://docs.rs/scc"
edition = "2021"
keywords = ["async", "cache", "concurrent", "hashmap", "tree"]
license = "Apache-2.0"
name = "scc"
readme = "README.md"
repository = "https://github.com/wvwwvwwv/scalable-concurrent-containers/"
rust-version = "1.65.0"
version = "2.1.3"