Crate tk_bufstream [] [src]

Structs

Buf

A buffer object to be used for reading from network

Flushed

A future which yields the original stream when output buffer is fully written to the socket

Framed

A unified Stream and Sink interface to an underlying Io object, using the Encode and Decode traits to encode and decode frames.

IoBuf

A wrapper for full-duplex stream

Traits

Decode

Decoding of a frame from an internal buffer.

Encode

A trait for encoding frames into a byte buffer.