Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/okeuday/erlang_rs

Erlang External Term Format for Rust
https://github.com/okeuday/erlang_rs

erlang-encoding rust

Last synced: 8 days ago
JSON representation

Erlang External Term Format for Rust

Awesome Lists containing this project

README

        

Erlang External Term Format for Rust
====================================

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

Provides all encoding and decoding for the Erlang External Term Format
(as defined at [https://erlang.org/doc/apps/erts/erl_ext_dist.html](https://erlang.org/doc/apps/erts/erl_ext_dist.html))
in a single Rust crate. Utilize with:

```rust
extern crate erlang;
```

Requires `Rust >= 1.56.1`

Available as a [published crate at `https://crates.io/crates/erlang_rs`](https://crates.io/crates/erlang_rs).

Build
-----

cargo build

Test
----

cargo test

Author
------

Michael Truog (mjtruog at protonmail dot com)

License
-------

MIT License