eetf 0.9.0

Library for encoding/decoding Erlang External Term Format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.