rzmq 0.5.7

A high performance, fully asynchronous, safe pure-Rust implementation of ZeroMQ (ØMQ) messaging with io_uring and tcp cork acceleration on Linux.
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod actor;
#[cfg(target_os = "linux")]
pub(crate) mod cork;
pub(crate) mod iface;
pub(crate) mod pipe_manager;
pub(crate) mod protocol_handler;
pub(crate) mod states;
pub(crate) mod types;

pub(crate) use iface::ScaConnectionIface;