[][src]Module ardop_interface::framer

A future futures framer

The Framed wraps an Async I/O type and provides an adapter kit which converts a stream or sink of messages into raw bytes. The caller must provide a codec which implements Encoder and Decoder.

The ardop_interface "echoserver" example demonstrates a very simple framer in action.

Structs

Framed

Converts messages to byte stream, and back again

Traits

Decoder
Encoder

Converts messages to byte streams