1
0
mirror of https://github.com/meilisearch/MeiliSearch synced 2025-01-24 20:27:32 +01:00
2024-10-21 08:18:43 +02:00

7 lines
92 B
Rust

mod create_index;
mod delete_index;
mod errors;
mod get_index;
mod stats;
mod update_index;