rzmq 0.5.13

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
pub(crate) mod cipher;
pub(crate) mod handshake;
pub(crate) mod mechanism;

pub(crate) use mechanism::CurveMechanism;