Module fog_pack::schema

source ·
Expand description

Schema, which can be used to encode/decode a document or entry, while verifying its contents.

A schema is always decoded from a Document. Schema documents can be easily built from scratch using a SchemaBuilder.

Structs

  • A ZStandard Compression dictionary.
  • Validation for documents without a schema.
  • A Schema, which can be used to encode/decode a document or entry, while verifying its contents.
  • Builds schemas up from Validators.

Enums

  • Compression settings for Documents and Entries.

Constants