Skip to content

Kiwifuit/archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archive

Safe rust bindings to libarchive

archive-sys (and subsiquently this crate and its dependents) require libarchive to be installed on the system

I cannot guarantee that this project will be completed, seeing as I am way too busy these days. But I'll slowly work on it, perhaps for DMS too.

Again, no guarantees.

Warning

This library does not work, I'm still trying to work out how the library should be used and all the neat bits

Development

This crate requires pkg-config and libarchive's development files

To verify, run the following command:

$ pkg-config --path libarchive
/usr/lib/x86_64-linux-gnu/pkgconfig/libarchive.pc

If libarchive does not exist in your machine, install it with this command on Debian and Ubuntu:

$ sudo apt install pkgconf libarchive-dev libclang-dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages