Crate websocket_server_async
source ·Re-exports
pub use tokio_tungstenite;
Structs
- websocket server builder
- A
Stream
part of the split pair - The configuration for WebSocket connection.
- websocket server
- A wrapper around an underlying raw stream which implements the WebSocket protocol.
Enums
- An enum representing the various forms of a WebSocket message.
Traits
- An extension trait for
Stream
s that provides a variety of convenient combinator functions.