Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sntran/yenc

The Erlang yEnc decoder and encoder.
https://github.com/sntran/yenc

binary decoder elixir elixir-library encoder encoder-decoder erlang erlang-library yenc yencode

Last synced: 17 days ago
JSON representation

The Erlang yEnc decoder and encoder.

Awesome Lists containing this project

README

        

# 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).