nstreams-rabbit 0.2.2

RabbitMQ queue and stream backends for nstreams
1
2
3
4
5
6
7
8
pub mod config;
pub mod queue;
pub mod stream;

pub use config::RabbitConfig;

pub use queue::{LapinQueueConsumer, LapinWriteQueue, QueueConsumerConfig};
pub use stream::RabbitReadStream;