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;
Functions
Create a stream of higher level primitives out of a client, honoring
and filtering websocket control messages such as Ping
and Close
.