Expand description
udp-request
A simple UDP request library for sending and receiving UDP packets, designed to handle network communication in Rust applications.
Structs§
- Request
Builder - A builder for creating and configuring a
UdpRequest.
Enums§
- Request
Error - An enumeration of possible errors that can occur during a UDP request.
Traits§
- Request
Trait - A trait for sending UDP requests.
- Response
Trait - A trait for handling UDP responses.
Type Aliases§
- BoxRequest
Trait - A type alias for a boxed
RequestTraitobject. - BoxResponse
Trait - A type alias for a boxed
ResponseTraitobject. - Request
Result - A type alias for the result of a UDP request.
- UdpResponse
Binary - A type alias for a binary UDP response.
- UdpResponse
Text - A type alias for a text UDP response.