Skip to content

A Rust crate for interacting with archives using libarchive

License

Notifications You must be signed in to change notification settings

17dec/libarchive-rust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libarchive-rust

Build Status crates.io

A Rust crate for interacting with archives using libarchive

Documentation

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;

About

A Rust crate for interacting with archives using libarchive

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%