Skip to main content

Module parse

Module parse 

Source
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.