[src]

Module std::slice::bytes

Operations on [u8].

MutableByteVector

A trait for operations on mutable [u8]s.

copy_memory

Copies data from src to dst

push_bytes

Allocate space in dst and append the data to src.