archive-lp

Crates.ioarchive-lp
lib.rsarchive-lp
version0.2.3
sourcesrc
created_at2018-12-12 23:36:30.499742
updated_at2018-12-27 15:23:21.544748
descriptiona library for easy interaction with multiple archive formats.
homepage
repositoryhttps://github.com/snsvrno/archive-lp-rs
max_upload_size
id101683
size30,422
Snsvrno (snsvrno)

documentation

README

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.
Commit count: 21

cargo fmt