erlang_rs 2.0.7

Erlang External Term Format for Rust
Documentation
  • Coverage
  • 33.33%
    11 out of 33 items documented0 out of 11 items with examples
  • Size
  • Source code size: 68.98 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.65 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • okeuday/erlang_rs
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • okeuday

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