engine_io_parser 0.2.0

A parser for the engine.io protocol for Socket.IO
Documentation

engine_io_parser

This is a Rust crate that can encode and decode Engine.IO packets and payloads in binary and string.

This crate currently implements the Engine.IO protocol v3, compatible with Socket.IO version 2.x.

Check out the documentation for examples.