update some names and move some parser out of the lib.rs

This commit is contained in:
Tamo
2021-10-22 01:59:38 +02:00
parent 7e5c5c4d27
commit 01dedde1c9
8 changed files with 318 additions and 285 deletions

View File

@ -40,6 +40,7 @@ uuid = { version = "0.8.2", features = ["v4"] }
# facet filter parser
nom = "7.0.0"
nom_locate = "4.0.0"
# documents words self-join
itertools = "0.10.0"