2 releases
Uses old Rust 2015
0.1.1 | Mar 22, 2016 |
---|---|
0.1.0 | Mar 17, 2016 |
#635 in Compression
848 downloads per month
Used in 3 crates
38KB
913 lines
libarchive-rust
A Rust crate for interacting with archives using libarchive
Requirements
Version 3 of libarchive is required to use this library.
The required libraries and binaries can be installed by running:
Debian / Ubuntu
$ sudo apt-get install libarchive13
Mac OS X
$ brew install libarchive
Usage
Put this in your Cargo.toml
:
[dependencies]
libarchive = "*"
And this in your crate root:
extern crate libarchive;
Dependencies
~110KB