fibre 0.3.1

High-performance, memory-efficient sync/async channels built for real-time, low-overhead communication in concurrent Rust applications.
Documentation
1
2
3
//! Crate-internal utilities. These are not part of the public API.

pub(crate) mod cache_padded;