erltf 0.13.0

Erlang External Term Format codec for Rust
Documentation

An Erlang Term Format (ETF) Serialization Library for Rust

This crate implements the Erlang Term Format (ETF) serialization format in Rust.

It supports encoding of Rust data structures into the ETF format as well as decoding of binary ETF-encoded data obtained from an Erlang (or Elixir, or another BEAM-based language) node into Rust data structures.

License

This software is dual-licensed under the MIT License and the Apache License, Version 2.0.

Copyright

(c) 2025-2026 Michael S. Klishin and Contributors.