Expand description
Re-export the foundationdb crate for convenience.
Modules§
- hca
- The directory layer offers subspace indirection, where logical application subspaces are mapped to short, auto-generated key prefixes. This prefix assignment is done by the High Contention Allocator, which allows many clients to allocate short directory prefixes efficiently.
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>