Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sile/eetf

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

erlang rust

Last synced: 7 days 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)
[![Coverage Status](https://coveralls.io/repos/github/sile/eetf/badge.svg?branch=master)](https://coveralls.io/github/sile/eetf?branch=master)
[![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.