A Rust crate for interacting with archives using libarchive
Version 3 of libarchive is required to use this library.
The required libraries and binaries can be installed by running:
shell
$ sudo apt-get install libarchive13
shell
$ brew install libarchive
Put this in your Cargo.toml
:
toml
[dependencies]
libarchive = "*"
And this in your crate root:
rust
extern crate libarchive;