Crate tungstenite

source ·
Expand description

Lightweight, flexible WebSockets for Rust.

Re-exports§

Modules§

  • A buffer for reading data from the network.
  • Methods to connect to a WebSocket as a client.
  • Error handling.
  • WebSocket handshake control.
  • Generic WebSocket message stream.
  • Convenience wrapper for streams to switch between plain TCP and TLS at runtime.
  • Helper traits to ease non-blocking handling.

Functions§