Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 434 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 434 Bytes

Zlib

The Zlib object can be used to compress and uncompress data using the zlib lossless data compression algorithm.

Example use:

compressedData := Zlib compress(uncompressedData)
uncompressedData := Zlib uncompress(compressedData)

Installation

zlib should be installed and foundable in your system. Then:

eerie install https://github.com/IoLanguage/Zlib.git