feat: Introduce index events to update the WordIndex

This commit is contained in:
Clément Renault
2019-04-15 16:07:41 +02:00
parent 25a4961453
commit 0104e93ba9
3 changed files with 47 additions and 1 deletions

View File

@ -6,6 +6,7 @@ edition = "2018"
[dependencies]
bincode = "1.1.2"
byteorder = "1.3.1"
hashbrown = { version = "0.1.8", features = ["serde"] }
linked-hash-map = { version = "0.5.2", features = ["serde_impl"] }
meilidb-core = { path = "../meilidb-core", version = "0.1.0" }