Module runnel::medium

source ·
Expand description

The implementation for StreamIn, StreamOut, StreamErr

Modules

The line buffer stream. Currently under planning.
The in-memory fifo stream, like linux pipe. You can use for communication between threads.
The stdio stream. This is thin-wrap of std::io::stdin(), std::io::stdout(), std::io::stderr().
The string buffer stream. You can use for test.