Crate rusty_socket
source ·Expand description
A minimal websocket implementation
Structs§
- Represents a WebSocket frame.
- Represents a WebSocket connection.
Enums§
- Represents errors that can occur in WebSocket operations.
- Represents the opcode of a WebSocket frame.
Type Aliases§
- A Result type alias for WebSocket operations.