mirror of
https://github.com/meilisearch/MeiliSearch
synced 2026-03-09 16:35:24 +01:00
6 lines
92 B
Rust
6 lines
92 B
Rust
mod create_index;
|
|
mod delete_index;
|
|
mod errors;
|
|
mod get_index;
|
|
mod stats;
|
|
mod update_index;
|