Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 677 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 677 Bytes

Cosmo

Build Status codecov

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.