Module std::vec::bytes

Operations on [u8]

Traits

MutableByteVector

A trait for operations on mutable operations on [u8]

Functions

copy_memory

Copies data from one vector to another.

eq

Bytewise equality

ge

Bytewise greater than or equal

gt

Bytewise greater than

le

Bytewise less than or equal

lt

Bytewise less than or equal

memcmp

Bytewise string comparison

ne

Bytewise inequality

push_bytes

Allocate space in dst and append the data in src.