Update the list of milli's subcrates

This commit is contained in:
Kerollmops
2022-04-25 15:55:38 +02:00
parent e1e362fa43
commit fb192aaa9f
6 changed files with 9 additions and 9 deletions

View File

@ -15,10 +15,13 @@ to process one update at a time.
This repository contains crates to quickly debug the engine:
- There are benchmarks located in the `benchmarks` crate.
- The `cli` crate is a simple command-line interface that helps run [flamegraph] on top of it.
- The `filter-parser` crate contains the parser for the Meilisearch filter syntax.
- The `flatten-serde-json` crate contains the library that flattens serde-json `Value` objects like elastic search does.
- The `helpers` crate is only used to do operations on the database.
- The `http-ui` crate is a simple HTTP dashboard to tests the features like for real!
- The `infos` crate is used to dump the internal data-structure and ensure correctness.
- The `search` crate is a simple command-line that helps run [flamegraph] on top of it.
- The `helpers` crate is only used to modify the database inplace, sometimes.
- The `json-depth-checker` crate is used to indicate if a JSON must be flattened.
## How to use it?