summaryrefslogtreecommitdiffstats
path: root/libraries/lua-zlib/README
blob: fe0179ddc52f2dcb5846a37311c2507d4ccd7d66 (plain)
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).