//! UDP transport implementation for VSTP
//!//! This module provides async UDP client and server implementations with
//! fragmentation, CRC validation, and optional ACK reliability.
pubmodclient;pubmodserver;pubmodreassembly;pubuseclient::VstpUdpClient;pubuseserver::VstpUdpServer;