README.md
# RZstd
[](https://hex.pm/packages/r_zstd)
[](https://hexdocs.pm/r_zstd)
[](https://coveralls.io/github/sezaru/rzstd?branch=master)
[](https://hex.pm/packages/r_zstd)
**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`:
```elixir
def deps do
[
{:r_zstd, "~> 1.0"}
]
end
```
Documentation can be be found at [https://hexdocs.pm/r_zstd](https://hexdocs.pm/r_zstd).