Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Latest commit

 

History

2 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

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages