https://github.com/sile/beam_file
A tiny library for processing Erlang BEAM file in Rust
https://github.com/sile/beam_file
beam erlang rust
Last synced: 3 months ago
JSON representation
A tiny library for processing Erlang BEAM file in Rust
- Host: GitHub
- URL: https://github.com/sile/beam_file
- Owner: sile
- License: mit
- Created: 2016-05-19T18:09:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T04:06:08.000Z (almost 3 years ago)
- Last Synced: 2025-09-20T23:51:32.105Z (9 months ago)
- Topics: beam, erlang, rust
- Language: Rust
- Size: 60.5 KB
- Stars: 22
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
beam_file
=========
[](https://crates.io/crates/beam_file)
[](https://docs.rs/beam_file)
[](https://github.com/sile/beam_file/actions)
[](https://coveralls.io/github/sile/beam_file?branch=master)
[](LICENSE)
A tiny library for processing Erlang BEAM file in Rust.
Documentation
-------------
See [RustDoc Documentation](https://docs.rs/beam_file)
The documentation includes some examples.
Installation
------------
Add following lines to your `Cargo.toml`:
```toml
[dependencies]
beam_file = "0.3"
```
Reference
---------
- http://rnyingma.synrc.com/publications/cat/Functional%20Languages/Erlang/BEAM.pdf
- http://erlang.org/doc/man/beam_lib.html