Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 150 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 150 Bytes

mruby-zlib

Provides zlib compression for mruby.

Example:

x = "foo"
y = Zlib.deflate(x)
z = Zlib.inflate(y)

License

MIT