aex 0.1.6

A web server for rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! # UDP Module
//!
//! UDP protocol support for the server.
//!
//! ## Components
//!
//! - `router`: Packet-based UDP router with per-packet spawning
//! - `types`: UDP-specific type definitions

pub mod router;
pub mod types;