8000 GitHub - rangercyh/lua-zstd: lua binding for https://github.com/facebook/zstd
[go: up one dir, main page]

Skip to content

rangercyh/lua-zstd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lua-zstd

lua binding for https://github.com/facebook/zstd

use

local ztsd = require "zstd"


local str = "asdf"
local s = ztsd.compress(str)
print(s, string.len(s))

assert(ztsd.decompress(s, string.len(str)) == str)

About

lua binding for https://github.com/facebook/zstd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0