Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)