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
- Host: GitHub
- URL: https://github.com/sile/eetf
- Owner: sile
- License: mit
- Created: 2015-06-04T18:18:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T04:42:06.000Z (over 2 years ago)
- Last Synced: 2024-05-01T23:47:15.546Z (over 1 year 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
====
[](https://crates.io/crates/eetf)
[](https://docs.rs/eetf)
[](https://github.com/sile/eetf/actions)
[](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.