zip_archive

Crates.iozip_archive
lib.rszip_archive
version1.2.2
sourcesrc
created_at2022-04-01 16:04:00.07996
updated_at2022-04-23 07:15:25.961357
descriptionLibrary that archive a directory with a specific compression format.
homepage
repositoryhttps://github.com/altair823/zip_archive
max_upload_size
id560391
size48,262
Kim Tae-hyeon (altair823)

documentation

README

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.

Commit count: 26

cargo fmt