owb-core 0.1.0

Core drivers and utilities for the Omni‑Wheel Bot (no‑std embedded robotics)
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Module Exports
//!
//! This file exports the key modules used in the WebSocket server
//! implementation.
//!
//! # Modules
//! - `server`: Manages the WebSocket server, routes, and message handling.

/// Module for managing the WebSocket server, including routes and connection
/// handling.
pub mod server;