//! udp-request
//!//! A simple UDP request library for sending and receiving UDP packets,
//! designed to handle network communication in Rust applications.
modcommon;modrequest;modresponse;pubuse{request::*,response::*};usecommon::*;usestd::{error::Error as StdError,fmt::Debug,fmt::{self, Display},net::UdpSocket,sync::{Arc, RwLock},time::Duration,};