Module bytes

Module bytes 

Source
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§

BufferReader
A zero-copy immutable byte-buffer reader.
BufferReaderChild
It acts like a copy of a parent BufferReader.
BufferWriter
A zero-copy mutable buffer writer.
EndOfBuffer
An error indicating write operation was not able to complete because end of buffer has been reached.

Traits§

BytesReader
Reads bytes or varint from a source.
BytesWriter
Writes bytes or varint on a source.