planus

Module vectors

Source
Expand description

Types for interacting with vectors in serialized data

Structsยง

  • An iterator over a Vector in (non-overlapping) chunks (chunk_size elements at a time), starting at the beginning of the Vector.
  • An iterator over a Vector in (non-overlapping) chunks (chunk_size elements at a time), starting at the beginning of the slice.
  • An iterator over the elements of a Vector.
  • An iterator over a Vector in (non-overlapping) chunks (chunk_size elements at a time), starting at the end of the Vector.
  • An iterator over a Vector in (non-overlapping) chunks (chunk_size elements at a time), starting at the end of the slice.
  • A slice-like view into a serialized flatbuffer that deserializes on demand.
  • An iterator over overlapping sub-vectors of length size.