Expand description
Contains StreamParser
implementations for transforming communication protocol specific
messages into a generic output data structure.
Modules§
- http
- Contains HTTP client capable of executing signed & unsigned requests, as well as an associated execution oriented HTTP request.
- websocket
- Contains useful
WebSocket
type aliases and a defaultWebSocket
implementation of aStreamParser
.
Traits§
- Stream
Parser StreamParser
s are capable of parsing the input messages from a given stream protocol (eg/ WebSocket, Financial Information eXchange (FIX), etc.) and deserialising into anOutput
.