Add range search and incremental indexing algorithm

This commit is contained in:
Loïc Lecrenier
2022-08-30 15:22:39 +02:00
committed by Loïc Lecrenier
parent 63ef0aba18
commit b8a1caad5e
8 changed files with 1145 additions and 115 deletions

View File

@ -54,7 +54,7 @@ big_s = "1.0.2"
insta = "1.21.0"
maplit = "1.0.2"
md5 = "0.7.0"
rand = "0.8.5"
rand = {version = "0.8.5", features = ["small_rng"] }
[features]
default = [ "charabia/default" ]