Expand description

Todo:

Modules

Structs

Traits

ProtocolParsers are capable of parsing the input messages from a given protocol (eg WebSocket, Financial Information eXchange, etc) and deserialising into an Output. Transformers are capable of transforming any Input into an iterator of Result<Output, SocketErrors.