// ABOUTME: Protocol implementation for Sendspin WebSocket protocol
// ABOUTME: Message types, serialization, and WebSocket client
/// WebSocket client implementation
/// Builder for easy construction of the client
/// Protocol message type definitions and serialization
pub use WsSender;
pub use Message;