[][src]Crate async_mq

Zero-cost async-await abstraction of lapin AMQP client crate

Re-exports

pub use client::Client;
pub use client::Connection;
pub use consume::Consumer;
pub use consume::ConsumerBuilder;
pub use error::Error;
pub use message::Message;
pub use message::MessageError;
pub use message::MessagePeek;
pub use message::MessageProcess;
pub use produce::Producer;
pub use produce::ProducerBuilder;

Modules

client

Client and Connection structs

consume

ConsumerBuilder and Consumer structs

error

Error enum type

message

Message struct, MessagePeek and MessageProcess trait

prelude

A "prelude" for the crate

produce

ProducerBuilder and Producer structs