Docs.rs
  • socketio-rs-0.1.8
    • socketio-rs 0.1.8
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • SSebo
    • Dependencies
      • async-stream ^0.3 normal
      • backoff ^0.4 normal
      • base64 ^0.13 normal
      • bytes ^1 normal
      • dashmap ^5 normal
      • engineio-rs ^0.1.5 normal
      • futures-util ^0.3 normal
      • parking_lot ^0.12 normal
      • regex ^1.6 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^1.0 normal
      • tokio ^1.16 normal
      • tokio-util ^0.7 normal
      • tracing ^0.1 normal
      • url ^2.2 normal
      • tracing-subscriber ^0.3 dev
    • Versions
    • 19.3% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate socketio_rs

socketio_rs0.1.8

  • All Items

Crate Items

  • Structs
  • Enums
  • Type Aliases

Crates

  • socketio_rs

Crate socketio_rs

Source

Structs§

Client
ClientBuilder
A builder class for a socket.io socket. This handles setting up the client and configuring the callback, the namespace and metadata of the socket. If no namespace is specified, the default namespace / is taken. The connect method acts the build method and returns a connected Client.
Packet
A packet which gets sent or received during in the socket.io protocol.
Server
ServerBuilder
ServerSocket
Socket

Enums§

Error
Enumeration of all possible errors in the socket.io context.
Event
An Event in socket.io could either (Message, Error) or custom.
PacketType
An enumeration of the different Packet types in the socket.io protocol.
Payload
A type which represents a payload in the socket.io context. The enum is used for both representing data that’s send and data that’s received.
TransportType
Flavor of Engine.IO transport.

Type Aliases§

AckId
Result

Results

Settings
Help

Query parser error: "Unexpected - (did you mean ->?)".