Ecosyste.ms: Awesome
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: 7 days ago
JSON representation
A Rust implementation of Erlang External Term Format
- Host: GitHub
- URL: https://github.com/sile/eetf
- Owner: sile
- License: mit
- Created: 2015-06-04T18:18:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T04:42:06.000Z (over 1 year ago)
- Last Synced: 2024-05-01T23:47:15.546Z (8 months ago)
- Topics: erlang, rust
- Language: Rust
- Size: 104 KB
- Stars: 67
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.