feat: Introduce the meilidb-data schema module

This commit is contained in:
Clément Renault
2019-03-29 17:28:54 +01:00
parent 287d5dee4d
commit 95dfbd1fe0
7 changed files with 322 additions and 5 deletions

View File

@ -1,3 +1,5 @@
mod database;
mod schema;
pub use self::database::{Database, Index};
pub use self::schema::{Schema, SchemaAttr, SchemaBuilder};