Module vec_with_initialized

Source

Structsยง

ReadBufParts ๐Ÿ”’
VecWithInitialized ๐Ÿ”’
This struct wraps a Vec<u8> or &mut Vec<u8>, combining it with a num_initialized, which keeps track of the number of initialized bytes in the unused capacity.

Traitsยง

VecU8 ๐Ÿ”’
Something that looks like a Vec<u8>.

Functionsยง

into_read_buf_parts ๐Ÿ”’