mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-06-06 04:05:37 +00:00
* trigger backup importation via http route * follow backup advancement with status route * import backup via a command line * let user choose batch size of documents to import (command lines) closes #884 closes #840
8 lines
170 B
Rust
8 lines
170 B
Rust
pub mod authentication;
|
|
pub mod meilisearch;
|
|
pub mod normalize_path;
|
|
pub mod compression;
|
|
|
|
pub use authentication::Authentication;
|
|
pub use normalize_path::NormalizePath;
|