Module fdb::tuple

source · []
Expand description

Provides a set of utilities for serializing and deserializing typed data for use in FDB.

When data is packed together into a Tuple it is suitable for use as an index or organizational structure within FDB. See general Tuple documentation for more information about how Tuple sort and can be uset to efficiently model data.

Modules

Utility functions for operating on Key.

Structs

Represents a set of elements that make up a sortable, typed key.

Used to represent values written by versionstamp operations with a Tuple.