archive-reader 0.4.1

Library for reading files from archives
Documentation
1
2
3
4
5
6
fn main() {
    pkg_config::Config::new()
        .atleast_version("3.2.0")
        .probe("libarchive")
        .expect("Unable to find libarchive");
}