Skip to main content

Module schema

Module schema 

Source
Expand description

Schema AST types representing a parsed .ronschema file.

Modules§

parser
Schema parser — converts .ronschema source text into a Schema AST.

Structs§

EnumDef
A named enum with a closed set of unit variants.
FieldDef
A single field definition within a struct.
Schema
The top-level schema produced by parsing a .ronschema file.
StructDef
A struct definition containing an ordered list of field definitions.

Enums§

SchemaType
A type descriptor representing the expected type of a field value.