358: Replacing pest with nom  r=Kerollmops a=CNLHC



Co-authored-by: 刘瀚骋 <cn_lhc@qq.com>
This commit is contained in:
bors[bot]
2021-10-16 20:44:38 +00:00
committed by GitHub
9 changed files with 664 additions and 736 deletions

View File

@ -39,8 +39,7 @@ tempfile = "3.2.0"
uuid = { version = "0.8.2", features = ["v4"] }
# facet filter parser
pest = { git = "https://github.com/pest-parser/pest.git", rev = "51fd1d49f1041f7839975664ef71fe15c7dcaf67" }
pest_derive = "2.1.0"
nom = "7.0.0"
# documents words self-join
itertools = "0.10.0"