Skip to main content

Module api

Module api 

Source
Expand description

Binance WebSocket API client implementation.

This module provides types and utilities for interacting with the Binance WebSocket API, including configuration, connection management, error handling, and message processing.

The module provides:

  • error — Custom error types used during WebSocket client configuration and message processing.
  • msgs — Message types used for communication with the Binance WebSocket API.
  • websocket — WebSocket client implementation for real-time data streaming.

Re-exports§

pub use websocket::WebSocketConnection;
pub use websocket::WebSocketConnector;

Modules§

error
Error types for Binance API client operations.
msgs
Types for Binance WebSocket API interaction.
websocket
Binance WebSocket API client implementation.