Crate udp

Expand description

UDP module for Rama.

§Rama

Crate used by the end-user rama crate and rama crate authors alike.

Learn more about rama:

Modules§

codec
Adaptors from AsyncRead/AsyncWrite to Stream/Sink

Structs§

UdpFramed
A unified Stream and Sink interface to an underlying UdpSocket, using the Encoder and Decoder traits to encode and decode frames.
UdpSocket
A UDP socket.