Module plumbum::io
[−]
[src]
Interfacing with std::io.
Functions
| reader |
A conduit that produces bytes it reads from the given |
| receiver |
A conduit that produces values it receives from the given |
| sender |
A conduit that consumes values and writes them to the given |
| sync_sender |
A conduit that consumes values and writes them to the given |
| writer |
A conduit that consumes bytes and writes them to the given |