beam_file 0.2.3

Library for processing Erlang BEAM file
Documentation

beam_file

Crates.io: beam_file Documentation Build Status Code Coverage License: MIT

A tiny library for processing Erlang BEAM file in Rust.

Documentation

See RustDoc Documentation

The documentation includes some examples.

Installation

Add following lines to your Cargo.toml:

[dependencies]
beam_file = "0.2"

Reference