Module framed::channel [] [src]

Vec-backed FIFO buffer of bytes for testing.

Structs

Channel

Entry point for the module that can construct multiple Reader and Writer endpoints using the same backing store.

Reader

Implements io::Read, returning data previously written to a Writer instance from the same Channel.

Writer

Implements io::Write, writing data to an underlying Channel.