Module vectors

Source
Expand description

Types for interacting with vectors in serialized data

Structsยง

Vector
A Vec like view into a serialized buffer that deserializes on demand.
VectorIter
An iterator over the elements of a Vector.