Module cipherstash_client::record::decoder
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
A DataType is any of the valid CipherStash datatypes that can be contained inside an index. It also supports nested fields using the Map type.
The SchemaField enum combines both the primitive data types with a “nested” type that indicates a nested map in the schema.