//! UDP request types.
//!
//! Torrust Tracker uses the [`aquatic_udp_protocol`](https://crates.io/crates/aquatic_udp_protocol)
//! crate to parse and serialize UDP requests.
//!
//! Some of the type in this module are wrappers around the types in the
//! `aquatic_udp_protocol` crate.
use AnnounceRequest;
use crateInfoHash;
/// Wrapper around [`AnnounceRequest`](aquatic_udp_protocol::request::AnnounceRequest).