ZStandard
Elixir NIF for ZStandard compression.
Installation
The package can be installed
by adding z_standard
to your list of dependencies in mix.exs
:
def deps do
[
{:z_standard, "~> 0.0.1"}
]
end
The docs can be found at https://hexdocs.pm/z_standard.