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
Can do the following
- extract archive to a directory: archivelp::extractto()
- extract root of an archive to a directory: archivelp::extractroot_to()
- check if a file is in an archive: archivelp::containsfile()