Expand description
Reusable WSCALL client SDK.
This crate exposes WscallClient, event message types, client errors,
and the shared attachment model used in requests and events.
Structs§
- Client
Connection Event - Lifecycle payload emitted when the client establishes a websocket session.
- Client
Disconnect Event - Lifecycle payload emitted when the client loses its websocket session.
- Event
Message - Server-originated event delivered to a registered client event handler.
- File
Attachment - Shared attachment model used by API calls and events. Inline attachment carried alongside JSON params or event data.
- Wscall
Client - Main async client type used to connect to a WSCALL server.
Enums§
- Client
Error - Errors produced by the reusable WSCALL client.