Module bytecodec::io[][src]

Expand description

I/O (i.e., Read and Write traits) related module.

Structs

Buffered I/O stream.

Read buffer.

Write buffer.

Enums

State of I/O streams.

Traits

An extension of Decode trait to aid decodings involving I/O.

An extension of Encode trait to aid encodings involving I/O.