Module codec

Module codec 

Source
Expand description

Decode-once codec for the transport layer.

  • Text frames => Envelope (lazy RawValue for data)
  • Binary frames => HotFrame (panic-free bytes::Buf parsing)
  • Ping/Pong/Close are surfaced for lifecycle management

Enums§

Inbound

Functions§

decode