laminarmq 0.0.5

A scalable, distributed message queue powered by a segmented, partitioned, replicated and immutable log.
Documentation
1
2
3
4
5
pub mod commit_log;
pub mod index;
pub mod segment;
pub mod storage;
pub mod store;