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: 3 months 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 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-21T03:09:07.000Z (about 4 years ago)
- Last Synced: 2025-02-09T07:41:43.381Z (5 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
[](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).