/ziplayer

Pure rust zip library

Primary LanguageRustGNU General Public License v3.0GPL-3.0

ziplayer

Pure rust zip handling library, creation and extraction.

License

This library is licensed under the LGPLv3 license, with an exception allowing static linking with the library without the need to release the source code of the application.

Usage

See the documentation.

Further examples of usage is also available in the examples directory.

Features

  • Zip file reading
  • Zip file extraction
  • Zip file creation
  • Encryption
  • Zip64 support