chore: Move the Deserializer into the the serde module

This commit is contained in:
Clément Renault
2019-04-18 14:23:09 +02:00
parent 187e6740bd
commit 725e7b4229
4 changed files with 104 additions and 90 deletions

View File

@ -3,6 +3,7 @@ mod index_event;
mod indexer;
mod number;
mod ranked_map;
mod serde;
pub mod schema;
pub use self::database::{Database, Index};