mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
make the open function public
This commit is contained in:
parent
6f327a00c7
commit
43496b97bd
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ mod reader;
|
||||||
mod writer;
|
mod writer;
|
||||||
|
|
||||||
pub use error::Error;
|
pub use error::Error;
|
||||||
|
pub use reader::open;
|
||||||
pub use writer::DumpWriter;
|
pub use writer::DumpWriter;
|
||||||
|
|
||||||
const CURRENT_DUMP_VERSION: Version = Version::V6;
|
const CURRENT_DUMP_VERSION: Version = Version::V6;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue