README.md

# yEnc

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

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.5.0"}
  ]
end
```

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