cycler 0.1.0

A simultainious write/read data structure
Documentation
[package]
name = "cycler"
version = "0.1.0"
authors = ["buzzec <buzzec@buzzec.net"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "A simultainious write/read data structure"
homepage = "https://github.com/Buzzec/cycler"
repository = "https://github.com/Buzzec/cycler"
readme = "README.md"
categories = ["data-structures"]
keywords = ["multithread"]
exclude = [
    ".idea/*"
]

[dependencies]
parking_lot = { version = "0.11.1", features = ["send_guard"] }

[features]
default = []
unsafe_cleanup = []