Expand description

Contains the WebSocket client.

Re-exports

pub use crate::receiver::Reader;
pub use crate::sender::Writer;

Structs

Represents a WebSocket client, which can send and receive messages/data frames.