Crate vortex_flatbuffers

Crate vortex_flatbuffers 

Source
Expand description

A contiguously serialized Vortex array.

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

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.