altair823 / zip_archive

Zip archiving library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zip archive

zip_archive is a library that archive a directory with a specific compression format. Supports multi-threading.

Requirements for 7z format

To use 7z archiving format, you need to install 7z or get the executable depending on the operating system.

Windows 10

  1. Install 7-Zip.
  2. Find 7z.exe file in installed 7z folder and add it to path. Or place 7z.exe in project root folder.

macOS

  1. Download 7-Zip console version executable for macOS.
  2. Place 7zz executable to home directory.

Examples

For more information and examples, see document page.

About

Zip archiving library


Languages

Language:Rust 100.0%