simple-archive 0.3.0

Slim library to simplify handling compressed archives in Rust based on libarchive
Documentation
1
2
3
4
5
fn main() {
    pkg_config::Config::new()
        .probe("libarchive")
        .expect("libarchive not found!");
}