Module std::io

Streams and other byte I/O functionality

Modules

Protocols

Types that are wrappers over a file descriptor.
Types that implement readable stream semantics.
Types that implement writable stream semantics.
Streams that can be fast-forwarded or rewound to an arbitrary offset.
Readable streams that have an internal buffer.

Structs

Error type for I/O operations
Platform specific file descriptor.
A null stream (similar to /dev/null).
Standard I/O stream.
A FIFO pipe.
Adapter for a stream that returns EOF after limit bytes are read.
Adapter for a pair of streams that chains them together.
A readable stream backed by an in-memory string slice.
A writable stream backed by StringBuf.
A buffered wrapper over an underlying stream.
A buffered wrapper over an underlying writable stream.
Iterator that reads the inner stream line by line.

Functions

Types

Enums

Reference point for the seek operation.

Macros

Prints a formatted string to standard output.
Prints a formatted string to standard output with newline.
Prints a formatted string to standard error.
Prints a formatted string to standard error with newline.

Consts

Statics