1
0
mirror of https://github.com/meilisearch/MeiliSearch synced 2025-02-19 00:38:30 +01:00
2023-01-24 13:20:20 +01:00

7 lines
92 B
Rust

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