1
0
mirror of https://github.com/meilisearch/MeiliSearch synced 2025-02-21 09:48:28 +01:00

5 lines
69 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;
2021-02-18 19:50:52 +01:00
mod get_index;
2021-02-18 20:28:10 +01:00
mod update_index;