rabbitmq-backup-core 0.1.0

Core engine for RabbitMQ backup and restore operations
Documentation
1
2
3
4
5
6
7
8
9
10
//! Definitions export/import and Management HTTP API client.

mod exporter;
mod importer;
mod management;
pub mod types;

pub use exporter::DefinitionsExporter;
pub use importer::DefinitionsImporter;
pub use management::ManagementClient;