feat: Introduce the Index struct

This commit is contained in:
Clément Renault 2019-04-18 13:58:35 +02:00
parent ee2bad20c7
commit 4b40d5b0d4
No known key found for this signature in database
GPG key ID: 0151CDAB43460DAE
3 changed files with 216 additions and 21 deletions

View file

@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
byteorder = "1.3.1"
hashbrown = "0.1.8"
hashbrown = "0.2.2"
lazy_static = "1.2.0"
log = "0.4.6"
meilidb-tokenizer = { path = "../meilidb-tokenizer", version = "0.1.0" }