This crate provides high performance concurrency tools for Rust. It currently contains:
- A bounded single-producer single-consumer concurrent queue and channel.
Use cargo build
to build the crate, cargo test
to run the unit-tests, and
cargo bench
to run the benchmarks.
Documentation can be viewed here.