src/backup/catalog_blob.rs: moved catalog impl. from pxar

And avoid loading catalog into memory.
This commit is contained in:
Dietmar Maurer
2019-08-16 12:27:17 +02:00
parent 9025312aa6
commit 9d135fe617
8 changed files with 294 additions and 226 deletions

View File

@ -146,6 +146,9 @@ pub use data_blob_reader::*;
mod data_blob_writer;
pub use data_blob_writer::*;
mod catalog_blob;
pub use catalog_blob::*;
mod chunk_stream;
pub use chunk_stream::*;