Expand description
A contiguously serialized Vortex array.
See the vortex-file crate for non-contiguous serialization.
Traits§
- Flat
Buffer Root - Marker trait for types that can be the root of a FlatBuffer.
- Read
Flat Buffer - Trait for reading a type from a FlatBuffer.
- Write
Flat Buffer - Trait for writing a type to a FlatBuffer.
- Write
Flat Buffer Ext - Extension trait for types that can be written as FlatBuffer root objects.
Type Aliases§
- Flat
Buffer - We define a const-aligned byte buffer for flatbuffers with 8-byte alignment.