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
No known key found for this signature in database
GPG key ID: 0151CDAB43460DAE
7 changed files with 322 additions and 5 deletions

View file

@ -9,7 +9,7 @@ pub mod shared_data_cursor;
pub mod write_to_bytes;
use std::sync::Arc;
use serde_derive::{Serialize, Deserialize};
use serde::{Serialize, Deserialize};
use slice_group_by::GroupBy;
use rayon::slice::ParallelSliceMut;