proxmox-backup/src/backup.rs
Dietmar Maurer 91a905b6dd rename ImageIndex to FixedIndex
also changed the file extension fron .iidx to .fidx
2019-02-12 11:50:45 +01:00

8 lines
169 B
Rust

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