RZstd

Hex.pm Version Hex docs Coverage Status Hex.pm

RZstd is a Rust based bindings to zstd library

Installation

The package can be installed by adding r_zstd to your list of dependencies in mix.exs:

def deps do
  [
    {:r_zstd, "~> 1.0"}
  ]
end

Documentation can be be found at https://hexdocs.pm/r_zstd.