ezstd 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).