ach-array 0.1.9

Atomic Channel
Documentation
[dependencies.ach-cell]
version = "0.1"

[dev-dependencies.on_drop]
version = "0.1"

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

[package]
authors = ["rise0chen <rise0chen@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency"]
description = "Atomic Channel"
edition = "2018"
keywords = ["atomic", "channel", "no-heap", "once"]
license-file = "LICENSE"
name = "ach-array"
readme = "README.md"
repository = "https://github.com/rise0chen/ach.git"
version = "0.1.9"

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

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

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

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

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