Skip to content

duarten/cosmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.