Crate penguin_mux
source ·Expand description
Multiplexing streamed data and datagrams over a single WebSocket connection.
This is not a general-purpose WebSocket multiplexing library.
It is tailored to the needs of penguin
.
Modules§
- Marker trait for types that can be cheaply cloned.
- Abstraction over Tungstenite’s WebSocket implementation.
Structs§
- Datagram frame.
- A multiplexor over a
WebSocket
connection. - All parameters of a stream channel
- Stream frame.
Enums§
- Multiplexor error
- Frame.
- Indicates a Client or Server role of the websocket
- Stream frame types
Traits§
- Randomly generate a new number
Type Aliases§
- A variant of
std::result::Result
withError
as the error type.