Module assembly_fdb::mem

source ·
Expand description

Low-Level API that is suitable for non-little-endian machines

This is the default in-memory API the the FDB file format. It is useful for batch processing because it is fast and only loads the values that are accessed.

The reference structures in this module all implement Copy.

The only limitation is, that all references are bounded by the lifetime of the original database buffer.

Re-exports§

Modules§

Structs§

Type Aliases§

  • Value of or reference to a field value