## 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](https://github.com/discord/erlpack) [ETF details](https://discord.com/developers/docs/topics/gateway#etfjson)
Describe the feature
Support ETF formatting for WebSockets payloads, which is supposed to be a much more lightweight alternative to JSON.
Acceptance criteria
gencodecsspecs for initializing some data from its uniquexxx_from_etf()methodVersion
v2.1.0
Additional context
Erlpack implementation example
ETF details