mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-06-12 15:07:55 +00:00
7 lines
125 B
Rust
7 lines
125 B
Rust
mod distinct;
|
|
mod errors;
|
|
mod get_settings;
|
|
mod prefix_search_settings;
|
|
mod proximity_settings;
|
|
mod tokenizer_customization;
|