Crate websocket_util[][src]

Expand description

A crate for converting data on a WebSocket channel into a stream of JSON decoded objects.

Re-exports

pub use tokio_tungstenite::tungstenite;

Modules

Logic for associating a subscription-style controller object with a websocket channel. A module providing low-level building blocks for controlling a websocket connection with an embedded control channel through an external subscription object.

Functionality for wrapping a websocket stream, adding automated support for handling of control messages.