Crate socketioxide_parser_common

Source
Expand description

The common parser sub-crate for the socketioxide crate.

This is the default parser implementation.

It is used to parse and serialize the common packet format of the socket.io protocol:

<packet type>[<# of binary attachments>-][<namespace>,][<acknowledgment id>][JSON-stringified payload without binary]
+ binary attachments extracted

Structsยง

CommonParser
Parse and serialize from and into the socket.io common packet format. See details in the socket.io protocol doc.