Skip to content
/ Zlib Public
forked from IoLanguage/Zlib

Compress and uncompress data. Patch code.

License

Notifications You must be signed in to change notification settings

codecop/Zlib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Languages

  • C 75.4%
  • Io 24.6%