mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 12:38:55 +01:00
7 lines
92 B
Rust
7 lines
92 B
Rust
mod create_index;
|
|
mod delete_index;
|
|
mod errors;
|
|
mod get_index;
|
|
mod stats;
|
|
mod update_index;
|