Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sntran/yenc
- Owner: sntran
- License: apache-2.0
- Created: 2021-04-09T03:32:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-21T03:09:07.000Z (over 3 years ago)
- Last Synced: 2024-09-23T10:45:13.697Z (about 2 months ago)
- Topics: binary, decoder, elixir, elixir-library, encoder, encoder-decoder, erlang, erlang-library, yenc, yencode
- Language: Elixir
- Homepage: https://hexdocs.pm/yEnc
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).