Crate schematic_types

Source

Structs§

ArrayType
BooleanType
EnumType
FloatType
IndexMap
A hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.
IntegerType
LiteralType
ObjectType
Schema
Describes the metadata and shape of a type.
SchemaBuilder
A Schema builder.
SchemaField
Describes the metadata and shape of a field within a struct or enum.
StringType
StructType
TupleType
UnionType

Enums§

FloatKind
IntegerKind
LiteralValue
SchemaType
All possible types within a schema.
UnionOperator

Traits§

Schematic
Defines a schema that represents the shape of the implementing type.