//! Reusable WSCALL client SDK.
//!
//! This crate exposes `WscallClient`, event message types, client errors,
//! and the shared attachment model used in requests and events.
/// Main async client type used to connect to a WSCALL server.
pub use WscallClient;
pub use ;
/// Shared attachment model used by API calls and events.
pub use FileAttachment;