left-right 0.11.3

A concurrency primitive for high concurrency reads over a single-writer data structure.
Documentation
[package]
name = "left-right"
version = "0.11.3"
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"

description = "A concurrency primitive for high concurrency reads over a single-writer data structure."
repository = "https://github.com/jonhoo/left-right.git"

keywords = ["concurrency","lock-free"]
categories = ["concurrency"]

[dependencies]
slab = "0.4"

[target.'cfg(loom)'.dependencies]
loom = "0.4.0"