Chronicles - A crate for extracting various types of Archive files.
Currently supporting the following formats:
How to use -
use extract;
let file = new;
// Path to extract to
let to = new;
let res = extract;
Supported extensions -
.zip
.tar.gz
.tar.xz
Todo -
- Support conversion between files.
- Support async operations.
- More formats.