rcu_cell 0.1.9

a lockless rcu cell implementation
Documentation
[badges.travis-ci]
repository = "Xudong-Huang/rcu_cell"

[package]
authors = ["Xudong Huang <huangxu008@hotmail.com>"]
categories = ["concurrency", "data-structures"]
description = "a lockless rcu cell implementation"
documentation = "https://docs.rs/rcu_cell"
exclude = [".gitignore", ".travis.yml", "appveyor.yml", "benches/**/*", "docs/**/*"]
homepage = "https://github.com/Xudong-Huang/rcu_cell"
keywords = ["rcu", "lockless", "atomic"]
license = "LGPL-3.0"
name = "rcu_cell"
readme = "./README.md"
repository = "https://github.com/Xudong-Huang/rcu_cell"
version = "0.1.9"