Module cipherstash_client::decoder::record
source · Structs
A RecordDecoder can decode a record from a CBOR byte buffer based on the supplied schema.
The RecordSchema is the
types section of CipherStash’s collection schema.
It indicates the correct shape for records that are stored in CipherStash.Enums
The SchemaField enum combines both the primitive data types with a “nested” type that indicates
a nested map in the schema.