2 releases
0.5.1 | Feb 1, 2021 |
---|---|
0.5.0 | Jun 17, 2020 |
0.2.2 |
|
0.1.1 |
|
#582 in Compression
4,541 downloads per month
Used in 11 crates
(5 directly)
15KB
344 lines
archiver-rs
A library for easy interaction with multiple archive formats
Usage
let mut bz = archiver_rs::Bzip2::open("foo.tar.bz2");
bz.decompress("foo.tar");
let mut tar = archiver_rs::Tar::open("foo.tar");
tar.files();
tar.contains("bar.txt");
tar.extract("./foo/");
tar.extract_single("./foo/bar.txt", "bar.txt");
License
The MIT License
More info see LICENSE
Dependencies
~0.3–10MB
~109K SLoC