Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
/ archive-lp-rs Public archive

Rust library for working with archives, designed for Lovepack.

Notifications You must be signed in to change notification settings

snsvrno/archive-lp-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archive-lp-rs

Rust library for working with archives, designed for Lovepack. Takes much of the middle work for accessing files inside a library.

Functionality

Knows what to do for the following files

  • *.zip
  • *.tar.gz
  • *.tar.xz

Can do the following

  • extract archive to a directory: archive_lp::extract_to()
  • extract root of an archive to a directory: archive_lp::extract_root_to()
  • check if a file is in an archive: archive_lp::contains_file()

Optional Features

  • indicate : uses indicatif to show a progress spinner with some details during extraction.

About

Rust library for working with archives, designed for Lovepack.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages