4 releases (2 stable)

2.0.7 Oct 27, 2023
2.0.6 Jun 21, 2023
0.2.0 Jun 1, 2023
0.1.0 May 23, 2023

#759 in Encoding

26 downloads per month
Used in cloudi

MIT license

68KB
1.5K SLoC

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/erl_ext_dist.html) in a single Rust crate. Utilize with:

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


lib.rs:

Erlang External Term Format Encoding/Decoding

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

No runtime deps