Expand description
I/O and buffer operations.
Re-exports§
pub use async::AsyncRead;pub use async::AsyncWrite;pub use async::BytesReaderAsync;pub use async::BytesWriterAsync;pub use async::IoReadError;pub use async::IoWriteError;
Modules§
- async
- Async operations.
Structs§
- Buffer
Reader - A zero-copy immutable byte-buffer reader.
- Buffer
Reader Child - It acts like a copy of a parent
BufferReader. - Buffer
Writer - A zero-copy mutable buffer writer.
- EndOf
Buffer - An error indicating write operation was not able to complete because end of buffer has been reached.
Traits§
- Bytes
Reader - Reads bytes or varint from a source.
- Bytes
Writer - Writes bytes or varint on a source.