Module schema

Module schema 

Source
Expand description

Traits and definitions associated with schemas, or data formats used for storing SCIR libraries.

Structs§

NoPrimitive
The primitive type of the NoSchema schema.
NoSchema
A schema with no primitives.
NoSchemaError
An error converting to/from NoSchema.
StringSchema
A schema with arbitrary string primitives.

Traits§

FromSchema
A schema that can be converted from another schema.
Primitive
A primitive of a SCIR schema.
Schema
A data format for storing SCIR libraries.