make the open function public

This commit is contained in:
Tamo 2022-10-09 18:38:12 +02:00 committed by Clément Renault
parent 6f327a00c7
commit 43496b97bd
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4

View File

@ -6,6 +6,7 @@ mod reader;
mod writer;
pub use error::Error;
pub use reader::open;
pub use writer::DumpWriter;
const CURRENT_DUMP_VERSION: Version = Version::V6;