Skip to content

erpuno/etf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F# ETF Serializer

NuGet version (etf)

This is tiny (170 LOC) but robust Erlang Term Format (ETF) encoder/decoder.

Usage

Add library to your project:

$ dotnet add package etf

Open ETF namespace:

open ETF

Use decodeTerm and encodeTerm:

let τ = Term.String "hello world"
let bytes = encodeTerm τ
let ρ = decodeTerm bytes

Credits

  • Maxim Sokhatsky
  • Siegmentation Fault

About

💠 ETF: Серіалізатор BERT формату для мови F#

Resources

License

Stars

Watchers

Forks

Contributors

Languages