feat: Reexport the internal rocksdb

This commit is contained in:
Clément Renault 2018-12-13 11:52:34 +01:00
parent df2b6a3e74
commit 5a2d8a2395
No known key found for this signature in database
GPG Key ID: 0151CDAB43460DAE

View File

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