Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niamtokik/etf
ETF (Erlang External Term Format) and BERT (Binary ERlang Term) examples
https://github.com/niamtokik/etf
bert c erlang etf port
Last synced: about 5 hours ago
JSON representation
ETF (Erlang External Term Format) and BERT (Binary ERlang Term) examples
- Host: GitHub
- URL: https://github.com/niamtokik/etf
- Owner: niamtokik
- License: isc
- Created: 2017-07-15T17:19:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-16T18:21:27.000Z (over 7 years ago)
- Last Synced: 2023-07-14T13:29:37.792Z (over 1 year ago)
- Topics: bert, c, erlang, etf, port
- Language: C
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# etf
ETF (Erlang External Term Format) and BERT (Binary ERlang Term)
examples. This repository contains C code example.## Available example files
* atom.c
* binary.c
* dynamic.c
* list.c
* map.c
* number.c
* string.c
* tuple.c## Real Project example
* real_example.c
* real_example.erl