Simple streaming interface to zlib for Lua.
Consists of two functions: inflate and deflate.
Both functions return "stream functions" (takes a buffer of input and returns a buffer of output).
This project is hosted on github.
Versions
Dependencies
lua >= 5.1, <= 5.3