Module vtubestudio::codec

source ·
Expand description

Codecs for converting to/from websocket message types.

Structs§

Traits§

  • A trait describing how to encode/decode a websocket message. This is provided to allow users to use their own websocket library instead of the default one.