atomic-arena 0.1.2

Generational arena that allows reserving keys from other threads
Documentation
[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"

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

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

[lib]
name = "atomic_arena"
path = "src/lib.rs"

[package]
authors = ["Andrew Minnich <aminnich3@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "data-structures"]
description = "Generational arena that allows reserving keys from other threads"
edition = "2018"
keywords = ["arena", "generational"]
license = "MIT OR Apache-2.0"
name = "atomic-arena"
readme = "readme.md"
repository = "https://github.com/tesselode/atomic-arena"
version = "0.1.2"