[src]

Module std::vec::bytes

Operations on [u8].

Traits

MutableByteVector

A trait for operations on mutable [u8]s.

Functions

copy_memory

Copies data from src to dst

push_bytes

Allocate space in dst and append the data to src.