//! Protocol-level primitives shared across websock transports.
//!
//! This crate remains intentionally small and transport-agnostic so the public
//! API stays consistent across native and WebAssembly targets.
//! It also defines the core trait contracts shared by native and WASM transports.
pub use Bytes;
pub use ;
pub use ;
pub use ;
pub use ;