Skip to content

ifoo/ezstd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezstd

Build Status GitHub Hex.pm

Zstd binding for Erlang

This binding is based on zstd v1.5.1. In case you want to modify the zstd version you can change ZSTD_REV from build_deps.sh

Usage

ezstd:compress(<<"hello world">>).
ezstd:compress(<<"hello world">>, 3).
ezstd:decompress(ezstd:compress(<<"hello world">>, 3)).

About

Zstd binding for Erlang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 49.4%
  • Makefile 31.3%
  • Shell 12.9%
  • C 6.4%