1
0
mirror of https://github.com/meilisearch/MeiliSearch synced 2025-02-17 16:03:29 +01:00
2021-04-09 14:34:42 +03:00

6 lines
80 B
Rust

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