Skip to content
 
 

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Compress and uncompress data. Patch code.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages