mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-27 15:24:27 +01:00
4 lines
58 B
Rust
4 lines
58 B
Rust
|
mod database;
|
||
|
|
||
|
pub use self::database::{Database, Index};
|