feat: Introduce the meilidb-data workspace member

This commit is contained in:
Clément Renault
2019-03-29 17:01:10 +01:00
parent 77405cc103
commit 287d5dee4d
4 changed files with 33 additions and 0 deletions

3
meilidb-data/src/lib.rs Normal file
View File

@ -0,0 +1,3 @@
mod database;
pub use self::database::{Database, Index};