rabbitmq-backup-core 0.1.0

Core engine for RabbitMQ backup and restore operations
Documentation
1
2
3
4
5
//! RabbitMQ Stream Protocol client module.

mod client;

pub use client::StreamClient;