rabbitmq-backup-core 0.1.0

Core engine for RabbitMQ backup and restore operations
Documentation
1
2
3
4
5
6
//! Restore engine module.

mod engine;
pub mod publisher;

pub use engine::{RestoreEngine, RestoreStats};