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

@ -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;