Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sile/beamcode
A Rust library to encode / decode Erlang BEAM instructions
https://github.com/sile/beamcode
beam erlang rust
Last synced: 2 months ago
JSON representation
A Rust library to encode / decode Erlang BEAM instructions
- Host: GitHub
- URL: https://github.com/sile/beamcode
- Owner: sile
- License: apache-2.0
- Created: 2022-05-06T07:41:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T08:24:01.000Z (over 2 years ago)
- Last Synced: 2024-10-08T14:42:20.116Z (3 months ago)
- Topics: beam, erlang, rust
- Language: Rust
- Homepage:
- Size: 111 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
beamcode
========[![beamcode](https://img.shields.io/crates/v/beamcode.svg)](https://crates.io/crates/beamcode)
[![Documentation](https://docs.rs/beamcode/badge.svg)](https://docs.rs/beamcode)
[![Actions Status](https://github.com/sile/beamcode/workflows/CI/badge.svg)](https://github.com/sile/beamcode/actions)
![License](https://img.shields.io/crates/l/beamcode)A Rust library to encode / decode Erlang BEAM instructions.
References
----------- [The BEAM Book - Generic BEAM Instructions](https://blog.stenmans.org/theBeamBook/#CH-Instructions)