mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
feat: Reexport the internal rocksdb
This commit is contained in:
parent
df2b6a3e74
commit
5a2d8a2395
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ pub mod tokenizer;
|
|||
pub mod vec_read_only;
|
||||
mod common_words;
|
||||
|
||||
pub use rocksdb;
|
||||
|
||||
pub use self::tokenizer::Tokenizer;
|
||||
pub use self::common_words::CommonWords;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue