erlang_rs 0.1.0

Erlang External Term Format for Rust
Documentation

Erlang External Term Format for Rust

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

Requires Rust >= 1.56.1

Build

cargo build

Test

cargo test

Author

Michael Truog (mjtruog at protonmail dot com)

License

MIT License