Crate tokio_udp_framed[][src]

UDP framing

Structs

UdpFramed

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

UdpFramedRecv

A Stream of messages decoded from a UdpSocket.

UdpFramedSend

A Sink of frames encoded for udp.