Expand description
Binance Spot WebSocket message handler.
The handler is a stateless I/O boundary: it decodes raw SBE binary frames into venue-specific event types and emits them on the output channel. Domain conversion happens in the data client layer.
Re-exportsยง
pub use super::parse::MarketDataMessage;pub use super::parse::decode_market_data;