beam_file

A tiny library for processing Erlang BEAM file in Rust

MIT License

Downloads
12.4K
Stars
21
Committers
4

beam_file

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.3"

Reference