[][src]Module uninit::read

This is supported on crate feature std only.

Read into uninitialized bytes logic.

Modules

chainstd and chain

Macros

auto_implstd

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

Traits

ReadIntoUninitstd

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

VecExtendFromReaderstd

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