README.md
# yEnc
[](https://hex.pm/packages/yEnc)
[](https://choosealicense.com/licenses/apache-2.0/)
[](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).