README.md

# yEnc

[![CI](https://github.com/sntran/yEnc/actions/workflows/elixir.yml/badge.svg)](https://github.com/sntran/yEnc/actions/workflows/elixir.yml)
[![License](https://img.shields.io/github/license/sntran/yEnc.svg)](https://choosealicense.com/licenses/apache-2.0/)

The Erlang yEnc decoder and encoder.

## Installation

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

```elixir
def deps do
  [
    {:yEnc, "~> 0.2.0"}
  ]
end
```

Documentation can be found at [https://hexdocs.pm/yEnc](https://hexdocs.pm/yEnc).