Export milli's heed from meilisearch-lib

This commit is contained in:
Kerollmops 2022-03-24 15:30:10 +01:00
parent 09212abdf7
commit 3df542f072
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
use meilisearch_lib::milli::heed::Env;
use meilisearch_lib::heed::Env;
use walkdir::WalkDir;
pub trait EnvSizer {

View File

@ -14,6 +14,7 @@ use std::path::Path;
pub use index_controller::MeiliSearch;
pub use milli;
pub use milli::heed;
mod compression;
pub mod document_formats;