adapt meilisearch-http to the new schemaless option

This commit is contained in:
qdequele
2020-01-14 17:26:27 +01:00
parent 21d122a870
commit 4f0ead625b
13 changed files with 143 additions and 359 deletions

View File

@ -32,6 +32,7 @@ serde_json = "1.0.41"
siphasher = "0.3.1"
slice-group-by = "0.2.6"
zerocopy = "0.2.8"
regex = "1"
[dev-dependencies]
assert_matches = "1.3"