Crate vortex_flatbuffers

source ·
Expand description

A contiguously serialized Vortex array.

See message and footer for the flatbuffer specifications.

See the vortex-file crate for non-contiguous serialization.

Modules§

  • A serialized array without its buffer (i.e. data).
  • A serialized data type.
  • A file format footer containining a serialized vortex-serde Layout.
  • A serialized sequence of arrays, each with its buffers.
  • A serialized scalar.

Traits§