Crate udp_request

Crate udp_request 

Source
Expand description

udp-request

A simple UDP request library for sending and receiving UDP packets, designed to handle network communication in Rust applications.

Structs§

RequestBuilder
A builder for creating and configuring a UdpRequest.

Enums§

RequestError
An enumeration of possible errors that can occur during a UDP request.

Traits§

RequestTrait
A trait for sending UDP requests.
ResponseTrait
A trait for handling UDP responses.

Type Aliases§

BoxRequestTrait
A type alias for a boxed RequestTrait object.
BoxResponseTrait
A type alias for a boxed ResponseTrait object.
RequestResult
A type alias for the result of a UDP request.
UdpResponseBinary
A type alias for a binary UDP response.
UdpResponseText
A type alias for a text UDP response.