rocketmq-client 0.1.0

Rust client binding for Apache RocketMQ
Documentation
1
2
3
4
5
6
7
8
9
//! This crate provides APIs to publish messages to and subscribe messages from [Apache RocketMQ](http://rocketmq.apache.org).
//! At the moment, it is still work-in-progress.
pub mod connection;
pub mod error;
pub mod frame;
pub mod message;
pub mod protocol;
pub mod publisher;
pub mod route;