//! Reusable WSCALL server framework.
//!
//! This crate exposes `WscallServer` plus request and event context types,
//! validation helpers, and transport-facing attachment models.
/// Main server type used to register routes, filters, and event handlers.
pub use WscallServer;
pub use ;
/// Shared attachment model used by API calls and events.
pub use FileAttachment;