Skip to content

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

License

Notifications You must be signed in to change notification settings

SpectralOps/deep-unpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deep-unpack

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

Usage

[dependencies]
deep-unpack = { version = "0.1.2" }

Usage

fn main() {

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

All the examples here

Thanks

To all Contributors - you make this happen, thanks!

Copyright

Copyright (c) 2022 @kaplanelad. See LICENSE for further details.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages