Cogmasters/concord

Support ETF formatting

lcsmuller opened this issue · 0 comments

Describe the feature

Support ETF formatting for WebSockets payloads, which is supposed to be a much more lightweight alternative to JSON.

Acceptance criteria

  • Create a gencodecs specs for initializing some data from its unique xxx_from_etf() method
  • We should be able to deserialize incoming ETF payloads.

Version

v2.1.0

Additional context

Erlpack implementation example
ETF details