mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-23 03:56:28 +00:00
8 lines
110 B
Rust
8 lines
110 B
Rust
mod create_index;
|
|
mod delete_index;
|
|
mod errors;
|
|
mod get_index;
|
|
mod rename_index;
|
|
mod stats;
|
|
mod update_index;
|