Skip to content

Files

Latest commit

author
Mustafa Paltun
May 4, 2019
0ddbb87 · May 4, 2019

History

History
9 lines (7 loc) · 372 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 372 Bytes

ezstd Build Status

Erlang bindings to the Zstandard compression library, based on zstd rust binding

Usage

{ok, Compressed} = ezstd:compress(<<"Hello there!">>),
{ok, <<"Hello there!">>} = ezstd:decompress(Compressed).