Crates.io | erlang_rs |
lib.rs | erlang_rs |
version | 2.0.7 |
source | src |
created_at | 2023-05-23 02:55:32.967902 |
updated_at | 2023-10-27 01:07:07.932898 |
description | Erlang External Term Format for Rust |
homepage | |
repository | https://github.com/okeuday/erlang_rs |
max_upload_size | |
id | 871650 |
size | 69,321 |
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
.
cargo build
cargo test
Michael Truog (mjtruog at protonmail dot com)
MIT License