Expand description

Contains ProtocolParser implementations for transforming communication protocol specific messages into a generic output data structure.

Modules

Contains useful WebSocket type aliases and a default WebSocket implementation of a ProtocolParser.

Traits

ProtocolParsers are capable of parsing the input messages from a given protocol (eg WebSocket, Financial Information eXchange, etc) and deserialising into an Output.