Crate misskey_websocket

Source
Expand description

Asynchronous WebSocket-based client implementation for Misskey.

§Feature flags

  • tokio-runtime: Use the tokio runtime. Enabled by default.
  • async-std-runtime: Use the async-std runtime.

Modules§

stream
Streams returned from the client.

Structs§

ReconnectCondition
Specifies the condition for reconnecting.
ReconnectConfig
Reconnection configuration.
WebSocketClient
Asynchronous WebSocket-based client for Misskey.
WebSocketClientBuilder
Builder for WebSocketClient.

Enums§

Error
Possible errors from WebSocket client.