Expand description
Implementation of the official tuple layer typecodes
The official specification can be found here.
Structs§
- Bytes
- Represent a sequence of bytes (i.e. &u8)
- Subspace
- Represents a well-defined region of keyspace in a FoundationDB database
- Tuple
Depth - Tracks the depth of a Tuple decoding chain
- Uuid
- A Universally Unique Identifier (UUID).
- Versionstamp
Enums§
- Element
- Pack
Error - A packing/unpacking error
- Versionstamp
Offset
Traits§
- Tuple
Pack - A type that can be packed
- Tuple
Unpack - A type that can be unpacked
Functions§
- pack
- Pack value and returns the packed buffer
- pack_
into - Pack value into the given buffer
- pack_
into_ with_ versionstamp - Pack value into the given buffer
- pack_
with_ versionstamp - Pack value and returns the packed buffer
- unpack
- Unpack input
Type Aliases§
- Pack
Result - Alias for
Result<..., tuple::Error>