laminarmq 0.0.5

A scalable, distributed message queue powered by a segmented, partitioned, replicated and immutable log.
Documentation
1
2
3
4
//! Module providing implementations of various server abstractions.

#[cfg(target_os = "linux")]
pub mod glommio;