README.md

# ZStandard

Elixir NIF for [ZStandard](https://facebook.github.io/zstd/) compression.

## Installation

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

```elixir
def deps do
  [
    {:z_standard, "~> 0.0.1"}
  ]
end
```

The docs can
be found at [https://hexdocs.pm/z_standard](https://hexdocs.pm/z_standard).