Crate engineioxide_core

Source
Expand description

§Engineioxide-core

Common types and utilities for engineioxide and socketioxide-core.

  • Sid a unique identifier for a socket connection.
  • Str a wrapper around Bytes that ensures UTF-8 encoding.

Structs§

Sid
A 128 bit session id type representing a base64 16 char string
Str
A custom Bytes wrapper to efficiently store string packets