Module planus::vectors

source ·
Expand description

Types for interacting with vectors in serialized data

Structs§

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