Erlang bindings to the Zstandard compression library, based on zstd rust binding
{ok, Compressed} = ezstd:compress(<<"Hello there!">>),
{ok, <<"Hello there!">>} = ezstd:decompress(Compressed).
Erlang bindings to the Zstandard compression library, based on zstd rust binding
{ok, Compressed} = ezstd:compress(<<"Hello there!">>),
{ok, <<"Hello there!">>} = ezstd:decompress(Compressed).