topiq-protocol 0.1.3

Wire protocol for the topiq message broker
Documentation
1
2
3
4
5
pub mod codec;
pub mod frame;

pub use codec::TopiqCodec;
pub use frame::{Frame, PROTOCOL_VERSION};