reft-light 0.3.1

A concurrency primitive for high concurrency reads over a single-writer data structure.
Documentation
[dependencies.slab]
version = "0.4.1"

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

[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>", "Jan-Paul Bultmann <jp@bultmann.eu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency"]
description = "A concurrency primitive for high concurrency reads over a single-writer data structure."
edition = "2018"
keywords = ["concurrency", "lock-free"]
license = "MIT OR Apache-2.0"
name = "reft-light"
readme = "README.md"
repository = "https://github.com/triblespace/reft-light.git"
version = "0.3.1"

[target."cfg(loom)".dependencies.loom]
version = "0.5.6"

[[test]]
name = "loom"
path = "tests/loom.rs"