rcu_cell 0.1.2

a lockless rcu cell implementation
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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