Impl extract_compressed_from_readable and unzip

in new mod `extracter`

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-06-08 22:44:29 +10:00
parent 894f9b49f9
commit 6bc04340b6
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
2 changed files with 78 additions and 0 deletions

View file

@ -25,6 +25,8 @@ pub use async_file_writer::AsyncFileWriter;
mod auto_abort_join_handle;
pub use auto_abort_join_handle::AutoAbortJoinHandle;
mod extracter;
/// Load binstall metadata from the crate `Cargo.toml` at the provided path
pub fn load_manifest_path<P: AsRef<Path>>(
manifest_path: P,