Skip to content
vic

sile/beam_file

A tiny library for processing Erlang BEAM file in Rust

sile/beam_file.json
{
"createdAt": "2016-05-19T18:09:45Z",
"defaultBranch": "master",
"description": "A tiny library for processing Erlang BEAM file in Rust",
"fullName": "sile/beam_file",
"homepage": null,
"language": "Rust",
"name": "beam_file",
"pushedAt": "2023-06-30T04:06:08Z",
"stargazersCount": 22,
"topics": [
"beam",
"erlang",
"rust"
],
"updatedAt": "2025-07-13T20:03:06Z",
"url": "https://github.com/sile/beam_file"
}

Crates.io: beam_file Documentation Actions Status Coverage Status [License: MIT]!(LICENSE)

A tiny library for processing Erlang BEAM file in Rust.

See RustDoc Documentation

The documentation includes some examples.

Add following lines to your Cargo.toml:

[dependencies]
beam_file = "0.3"