scc 0.2.5

scalable concurrent data structures for database management systems
Documentation
[package]
name = "scc"
description = "scalable concurrent data structures for database management systems"
version = "0.2.5"
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", "hashtable"]

[dependencies]
crossbeam-epoch="^0.9"
libc="^0.2.80"

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