Module redeye::io[][src]

Adapters to enable async line-by-line input and output.

Structs

StdinBufReader

AsyncRead implementation for standard input that supports buffering and can be used for line-by-line reading of input.

StdoutBufWriter

AsyncWrite implementation for standard output that supports buffering.