Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/okeuday/erlang_rb
- Owner: okeuday
- License: mit
- Created: 2014-05-01T18:11:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T00:04:09.000Z (about 1 year ago)
- Last Synced: 2024-12-01T06:44:56.658Z (about 2 months ago)
- Topics: erlang-encoding, ruby
- Language: Ruby
- Homepage:
- Size: 85 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
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