Skip to content

joshuawscott/lzf_elixir

Repository files navigation

LZF

Build Status Hex.pm version

Pure elixir implementation of the LZF (de)compression algorithm

As of 0.1, this only supports decompression. PRs welcome :)

Documentation.

Installation

If available in Hex, the package can be installed by adding lzf to your list of dependencies in mix.exs:

def deps do
  [
    {:lzf, "~> 0.1"}
  ]
end

Testing

mix test

About

LZF decompression algorithm in elixir

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages