Module assembly_fdb::value

Expand description

Types that are common to most FDB-APIs

This crate module contains rustic representations/types for values that necessarily appear in most of the APIs in this crate.

Modules

  • Values as serialized to a file
  • Values as stored in byte slices
  • Value as stored in owned allocation

Structs

Enums

  • A single field value in the database
  • Value datatypes used in the database

Traits