[][src]Module uninit::read

This is supported on feature="std" only.

Read into uninitialized bytes logic.

Modules

chainfeature="std" and feature="chain"

Macros

auto_implfeature="std"

Helper crate to alleviate the code duplication from implementing both Read and ReadIntoUninit.

Traits

ReadIntoUninitfeature="std"

Trait for a Readable type that can output the bytes read into uninitialised memory.

VecExtendFromReaderfeature="std"

Extension trait for Vec, that grows the vec by a bounded amount of bytes, obtained when reading from R.