mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-02-21 01:55:52 +08:00
4 lines
58 B
Rust
4 lines
58 B
Rust
|
mod database;
|
||
|
|
||
|
pub use self::database::{Database, Index};
|