[package] authors = ["rise0chen "] 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.8" [dependencies] ach-cell = {version = "0.1", path = "../ach-cell"} [dev-dependencies] on_drop = "0.1"