owb_core/utils/connection/
mod.rs

1//! Module Exports
2//!
3//! This file exports the key modules used in the WebSocket server
4//! implementation.
5//!
6//! # Modules
7//! - `server`: Manages the WebSocket server, routes, and message handling.
8
9/// Module for managing the WebSocket server, including routes and connection
10/// handling.
11pub mod server;