mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-01 02:38:49 +01:00
6 lines
80 B
Rust
6 lines
80 B
Rust
mod create_index;
|
|
mod delete_index;
|
|
mod get_index;
|
|
mod stats;
|
|
mod update_index;
|