mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-06 12:10:02 +00:00
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:
parent
894f9b49f9
commit
6bc04340b6
2 changed files with 78 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue