Skip to content
/ ezstd Public

Erlang NIF for Zstandard (zstd) compression library using Rust bindings

License

Notifications You must be signed in to change notification settings

mpaltun/ezstd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Erlang NIF for Zstandard (zstd) compression library using Rust bindings

Resources

License

Stars

Watchers

Forks

Packages

No packages published