Crate vortex_flatbuffers

Crate vortex_flatbuffers 

Source
Expand description

A contiguously serialized Vortex array.

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

Modules§

array
A serialized array without its buffer (i.e. data).
dtype
A serialized data type.
footer
A file format footer containing a serialized vortex-file Layout.
layout
Structures describing the physical layout of Vortex arrays in random access storage.
message
A serialized sequence of arrays, each with its buffers.

Traits§

FlatBufferRoot
Marker trait for types that can be the root of a FlatBuffer.
ReadFlatBuffer
Trait for reading a type from a FlatBuffer.
WriteFlatBuffer
Trait for writing a type to a FlatBuffer.
WriteFlatBufferExt
Extension trait for types that can be written as FlatBuffer root objects.

Type Aliases§

FlatBuffer
We define a const-aligned byte buffer for flatbuffers with 8-byte alignment.