Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Module: binance/types

Source: binance/types.rs

Binance WebSocket message parsing. Fast JSON deserialization of Binance stream events (aggTrade, depth, kline) into [StreamMsg] variants using simd-json.

Functions

pub fn parse_ws_msg

#![allow(unused)]
fn main() {
pub fn parse_ws_msg(...) { ... }
}