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.
- Represents a schema for a
Tuple. - Used to represent values written by versionstamp operations with a
Tuple.
Enums
- Represents the elements that a
TupleSchemamay contain.
Traits
- Used by
Tuple::getmethod. - Used by
Tuple::pop_backandTuple::pop_frontmethods. - Used by
Tuple::push_backandTuple::push_frontmethods.