Erlang External Term Format for Rust

Build Status

Provides all encoding and decoding for the Erlang External Term Format (as defined at https://erlang.org/doc/apps/erts/erlextdist.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.

Build

cargo build

Test

cargo test

Author

Michael Truog (mjtruog at protonmail dot com)

License

MIT License