amqp-client-rust 0.0.6

An asynchronous AMQP client library for Rust, designed for high-performance communication with RabbitMQ. Features include automatic queue and exchange management, message publishing, subscribing, and RPC support.
Documentation
1
2
3
4
5
6
7
pub mod callback;
pub mod channel;
pub mod connection_manager;
pub mod connection;
pub mod consumers;
pub mod eventbus;
pub mod utils;