Module plumbum::io [] [src]

Interfacing with std::io.

Functions

reader

A conduit that produces bytes it reads from the given Read.

writer

A conduit that consumes bytes and writes them to the given Write.

writer_flush

A conduit that consumes bytes and writes them to the given Write, while also providing flushing capabilities.