1
2
3
4
//! Highly optimized non-blocking communication channels.

#![warn(missing_docs)]
pub mod oneshot;