Crate rusty_socket

Source
Expand description

A minimal websocket implementation

Structs§

Frame
Represents a WebSocket frame.
WebSocket
Represents a WebSocket connection.

Enums§

Error
Represents errors that can occur in WebSocket operations.
OpCode
Represents the opcode of a WebSocket frame.

Type Aliases§

Result
A Result type alias for WebSocket operations.