scc 0.3.6

scalable concurrent data structures for database management systems
Documentation
[package]
name = "scc"
description = "scalable concurrent data structures for database management systems"
version = "0.3.6"
authors = ["wvwwvwwv <wvwwvwwv@me.com>", "Changgyoo Park <changgyoo.park@sap.com>"]
edition = "2018"
readme = "README.md"
repository = "https://github.com/wvwwvwwv/scc/"
license = "MIT"
categories = ["concurrency", "data-structures"]
keywords = ["concurrent", "hashmap", "map"]

[dependencies]
crossbeam-epoch = "^0.9.1"
scopeguard = "^1.1.0"

[workspace]
members = [
    ".",
    "tests"
]