rzmq 0.5.11

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
pub mod codec;
pub mod command;
pub mod greeting;
pub mod manual_parser;

pub use codec::ZmtpCodec;
pub use command::*;
pub use greeting::{ZmtpGreeting, GREETING_LENGTH};