1
0
mirror of https://github.com/meilisearch/MeiliSearch synced 2025-01-22 19:27:27 +01:00

7 lines
92 B
Rust
Raw Normal View History

2021-02-18 19:50:52 +01:00
mod create_index;
2021-03-15 18:11:10 +01:00
mod delete_index;
2023-01-24 13:20:20 +01:00
mod errors;
2021-02-18 19:50:52 +01:00
mod get_index;
2021-04-01 21:54:37 +03:00
mod stats;
2021-02-18 20:28:10 +01:00
mod update_index;