Module uninit::read[][src]

This is supported on crate feature std only.
Expand description

Read into uninitialized bytes logic.

Modules

chainchain

Macros

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

Traits

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

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