Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/okeuday/erlang_rb

Erlang External Term Format for Ruby
https://github.com/okeuday/erlang_rb

erlang-encoding ruby

Last synced: about 1 month ago
JSON representation

Erlang External Term Format for Ruby

Awesome Lists containing this project

README

        

Erlang External Term Format for Ruby
====================================

[![Build Status](https://app.travis-ci.com/okeuday/erlang_rb.svg?branch=master)](https://app.travis-ci.com/okeuday/erlang_rb)

Provides all encoding and decoding for the Erlang External Term Format
(as defined at [http://erlang.org/doc/apps/erts/erl_ext_dist.html](http://erlang.org/doc/apps/erts/erl_ext_dist.html))
in a single Ruby module.

Available as a [Ruby gem at `https://rubygems.org/gems/erlang_rb`](https://rubygems.org/gems/erlang_rb).

Tests
-----

rake test

Author
------

Michael Truog (mjtruog at protonmail dot com)

License
-------

MIT License