Crates.io | deep-unpack |
lib.rs | deep-unpack |
version | 0.1.2 |
source | src |
created_at | 2022-11-16 13:02:05.110884 |
updated_at | 2022-11-20 07:54:55.284368 |
description | Unpack deep archive files recursively over a file tree or a folder |
homepage | https://github.com/spectralOps/deep-unpack |
repository | https://github.com/spectralOps/deep-unpack |
max_upload_size | |
id | 716379 |
size | 58,938 |
Unpack deep archive files recursively over a file tree or a folder.
[dependencies]
deep-unpack = { version = "0.1.2" }
fn main() {
fn main() {
deep_unpack::DeepWalk::new()
.folder("app/")
.unpack_folder(format!("app/__extract__"))
.unpack_level(4)
.extract()?;
}
}
To all Contributors - you make this happen, thanks!
Copyright (c) 2022 @kaplanelad. See LICENSE for further details.