Compress the snapshot in a tarball

This commit is contained in:
Kerollmops
2022-10-25 15:51:15 +02:00
committed by Clément Renault
parent 4cafc63561
commit 942b7c338b
8 changed files with 65 additions and 7 deletions

View File

@ -1,3 +1,4 @@
pub mod compression;
pub mod document_formats;
pub mod error;
pub mod index_uid;