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: 9 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T04:06:08.000Z (almost 2 years ago)
- Last Synced: 2025-04-22T12:08:14.156Z (9 days ago)
- Topics: beam, erlang, rust
- Language: Rust
- Size: 60.5 KB
- Stars: 21
- 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