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

https://github.com/sile/eetf

A Rust implementation of Erlang External Term Format
https://github.com/sile/eetf

erlang rust

Last synced: 10 months ago
JSON representation

A Rust implementation of Erlang External Term Format

Awesome Lists containing this project

README

          

eetf
====

[![eetf](https://img.shields.io/crates/v/eetf.svg)](https://crates.io/crates/eetf)
[![Documentation](https://docs.rs/eetf/badge.svg)](https://docs.rs/eetf)
[![Actions Status](https://github.com/sile/eetf/workflows/CI/badge.svg)](https://github.com/sile/eetf/actions)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

A Rust implementation of [Erlang External Term Format](http://erlang.org/doc/apps/erts/erl_ext_dist.html).

Documentation
-------------

See [RustDoc Documentation](https://docs.rs/eetf).

The documentation includes some examples.