beam_file

Crates.iobeam_file
lib.rsbeam_file
version0.3.1
sourcesrc
created_at2016-05-21 08:53:57.684456
updated_at2023-06-30 04:06:10.700664
descriptionLibrary for processing Erlang BEAM file
homepagehttps://github.com/sile/beam_file
repositoryhttps://github.com/sile/beam_file
max_upload_size
id5133
size46,102
Takeru Ohta (sile)

documentation

README

beam_file

Crates.io: beam_file Documentation Actions Status Coverage Status License: MIT

A tiny library for processing Erlang BEAM file in Rust.

Documentation

See RustDoc Documentation

The documentation includes some examples.

Installation

Add following lines to your Cargo.toml:

[dependencies]
beam_file = "0.3"

Reference

Commit count: 75

cargo fmt