mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
feat: Introduce the meilidb-data schema module
This commit is contained in:
parent
287d5dee4d
commit
95dfbd1fe0
7 changed files with 322 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue