beam_file 0.2.2

Library for processing Erlang BEAM file
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "beam_file"
version = "0.2.2"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "Library for processing Erlang BEAM file"
documentation = "https://docs.rs/beam_file"
homepage = "https://github.com/sile/beam_file"
repository = "https://github.com/sile/beam_file"
readme = "README.md"
keywords = ["erlang", "beam"]
license = "MIT"

[dependencies]
byteorder = "0.5"
libflate = "0.1"