Skip to content

IoLanguage/Zlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published