wtx 0.44.1

A collection of different transport implementations and related tools focused primarily on web technologies.
Documentation
1
2
3
4
5
6
// Common elements shared between pure WebSocket structures. Tunneling protocols should use
// the functions provided in `web_socket_reader` and `web_socket_writer`.

pub(crate) mod web_socket_generic;
pub(crate) mod web_socket_mut;
pub(crate) mod web_socket_owned;