https://github.com/okeuday/erlang_rs
Erlang External Term Format for Rust
https://github.com/okeuday/erlang_rs
erlang-encoding rust
Last synced: 4 months ago
JSON representation
Erlang External Term Format for Rust
- Host: GitHub
- URL: https://github.com/okeuday/erlang_rs
- Owner: okeuday
- License: mit
- Created: 2023-05-17T05:00:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T01:06:40.000Z (over 2 years ago)
- Last Synced: 2025-02-22T10:14:09.126Z (over 1 year ago)
- Topics: erlang-encoding, rust
- Language: Rust
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
Erlang External Term Format for Rust
====================================
[](https://app.travis-ci.com/okeuday/erlang_rs)
Provides all encoding and decoding for the Erlang External Term Format
(as defined at [https://erlang.org/doc/apps/erts/erl_ext_dist.html](https://erlang.org/doc/apps/erts/erl_ext_dist.html))
in a single Rust crate. Utilize with:
```rust
extern crate erlang;
```
Requires `Rust >= 1.56.1`
Available as a [published crate at `https://crates.io/crates/erlang_rs`](https://crates.io/crates/erlang_rs).
Build
-----
cargo build
Test
----
cargo test
Author
------
Michael Truog (mjtruog at protonmail dot com)
License
-------
MIT License