Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spectralops/deep-unpack

📦 Unpack deep archive files recursively over a file tree or a folder
https://github.com/spectralops/deep-unpack

archive rust-lang zip

Last synced: 2 days ago
JSON representation

📦 Unpack deep archive files recursively over a file tree or a folder

Awesome Lists containing this project

README

        

# deep-unpack

Unpack deep archive files recursively over a file tree or a folder.

## Usage
```toml
[dependencies]
deep-unpack = { version = "0.1.2" }
```

## Usage
```rs

fn main() {

fn main() {
deep_unpack::DeepWalk::new()
.folder("app/")
.unpack_folder(format!("app/__extract__"))
.unpack_level(4)
.extract()?;
}
}
```

[All the examples here](./unpack/examples/README.md)

## Thanks
To all [Contributors](https://github.com/spectralOps/deep-unpack/graphs/contributors) - you make this happen, thanks!

## Copyright
Copyright (c) 2022 [@kaplanelad](https://github.com/kaplanelad). See [LICENSE](LICENSE) for further details.