//! 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::{fmt::Debug,fmt::{self, Display},net::UdpSocket,sync::{Arc, PoisonError, RwLock, RwLockReadGuard, RwLockWriteGuard},time::Duration,};