Crates.io | chronicles |
lib.rs | chronicles |
version | 0.0.1 |
source | src |
created_at | 2022-06-15 07:05:43.811162 |
updated_at | 2022-06-15 07:05:43.811162 |
description | A simple crate to handle extraction of various types of archives with universal API. |
homepage | https://github.com/spa5k/chronicles |
repository | |
max_upload_size | |
id | 606364 |
size | 15,187 |
use chronicles::extract;
let file = path::Path::new("someZip.zip");
// Path to extract to
let to = path::Path::new("./extracted");
let res = extract(file, to);
.zip
.tar.gz
.tar.xz