erlang_rs 0.2.0

Erlang External Term Format for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[lib]
name = "erlang"

[package]
authors = ["Michael Truog <mjtruog@protonmail.com>"]
categories = ["encoding", "parser-implementations"]
description = "Erlang External Term Format for Rust"
edition = "2021"
keywords = ["erlang", "elixir"]
license = "MIT"
name = "erlang_rs"
readme = "README.markdown"
repository = "https://github.com/okeuday/erlang_rs"
rust-version = "1.56.1"
version = "0.2.0"