Skip to main content

Module ws

Module ws 

Source

Structsยง

WsConn
WebSocket message connection.
WsLayer
WebSocket layer. Upgrades a byte stream to a WsConn.
WsReader
Read half of a WebSocket connection.
WsWriter
Write half of a WebSocket connection.

Enumsยง

Message
WebSocket message types. Wraps the underlying WS protocol message kinds without exposing the third-party library.

Functionsยง

from_tung ๐Ÿ”’
into_tung ๐Ÿ”’

Type Aliasesยง

WsInner ๐Ÿ”’