proxmox-backup/src/backup.rs
2018-12-31 16:08:04 +01:00

7 lines
146 B
Rust

//! This mudule implements the proxmox backup chunked data storage
pub mod chunker;
pub mod chunk_store;
pub mod image_index;
pub mod datastore;