Crate tsukuyomi_tungstenite

Crate tsukuyomi_tungstenite 

Source
Expand description

The basic WebSocket support for Tsukuyomi, powered by tungstenite.

Re-exports§

pub use tungstenite::protocol::Message;
pub use tungstenite::protocol::WebSocketConfig;

Structs§

Ws
A Responder that handles an WebSocket connection.

Type Aliases§

WebSocketStream
A transport for exchanging data frames with the peer.