Module runnel::medium[][src]

The implementation for StreamIn, StreamOut, StreamErr

Modules

lineio

The line buffer stream. Currently under planning.

pipeio

The in-memory fifo stream, like linux pipe. You can use for communication between threads.

stdio

The stdio stream. This is thin-wrap of std::io::stdin(), std::io::stdout(), std::io::stderr().

stringio

The string buffer stream. You can use for test.