Crate tokio_utun [] [src]

MIO bindings for Unix Domain Sockets

Structs

UtunFramed

A unified Stream and Sink interface to an underlying UdpSocket, using the UdpCodec trait to encode and decode frames.

UtunStream

The primary class for this crate, a stream of tunneled traffic.

Traits

UtunCodec

Encoding of frames via buffers.