Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spectralops/deep-unpack
- Owner: SpectralOps
- License: apache-2.0
- Created: 2022-11-16T12:39:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T10:35:53.000Z (almost 2 years ago)
- Last Synced: 2024-11-03T19:04:47.578Z (2 days ago)
- Topics: archive, rust-lang, zip
- Language: Rust
- Homepage:
- Size: 34.2 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```rsfn 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.