Crate fdb_tuple

Source
Expand description

Implements FoundationDB tuples

§Features

  • uuid: enables ToBytes and FromBytes for uuid::Uuid

Modules§

from_bytes
to_bytes

Functions§

from_bytes
Converts a byte vector to a value.
to_bytes
Converts a value to a tuple-encoded byte vector.