Expand description
Fast JSON message parsers for Ax WebSocket streams.
Both parsers use byte-level prefix scanning to identify the message type
tag before dispatching to the correct serde target struct, avoiding the
intermediate serde_json::Value allocation on the hot path.
Functionsยง
- parse_
md_ message - Parses a raw JSON string into an
AxMdMessage.