[dependencies]
[lib]
name = "cyclic_pipe"
path = "src/lib.rs"
[package]
authors = ["jay <jay6987@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous", "concurrency"]
description = "A library providing fixed-size, buffer pre-allocated cyclic pipe which support multi-producer and multi-consumer concurrent access."
edition = "2021"
keywords = ["pipeline", "async", "cycle"]
license = "Apache-2.0 OR MIT"
name = "cyclic_pipe"
readme = "README.md"
repository = "https://github.com/jay6987/cyclic_pipe"
version = "0.1.0"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"