synodriver / lua-smaz2

lua binding for smaz2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lua binding for smaz2

Usage

local smaz2 = require("smaz2")

local data = "hello lua"

encoded = smaz2.compress(data, 100)
print(encoded)
print(smaz2.decompress(encoded,100))

About

lua binding for smaz2


Languages

Language:C 87.2%Language:CMake 12.8%