Use the zstd library directly to be able to define the compression level

This commit is contained in:
Clément Renault
2024-07-02 17:34:02 +02:00
parent b15e8aacb6
commit e18b06ddda
13 changed files with 503 additions and 430 deletions

View File

@ -12,7 +12,7 @@ pub mod star_or;
pub mod task_view;
pub mod tasks;
pub mod versioning;
pub use milli::{heed, Index};
pub use milli::{heed, zstd, Index};
use uuid::Uuid;
pub use versioning::VERSION_FILE_NAME;
pub use {milli, serde_cs};