Module plumbum::io [] [src]

Interfacing with std::io.

Functions

reader

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

receiver

A conduit that produces values it receives from the given Receiver.

sender

A conduit that consumes values and writes them to the given Sender.

sync_sender

A conduit that consumes values and writes them to the given SyncSender.

writer

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