Skip to main content

Crate cratestack_parser

Crate cratestack_parser 

Source

Structs§

SchemaError

Functions§

builtin_type_names
Canonical scalar type names built into the .cstack language (e.g. String, Int, Decimal, …), including Page (which is valid only as a procedure return type — see validate::type_names::validate_type_ref — not as a plain field type).
parse_schema
parse_schema_file
parse_schema_named
parse_schema_unvalidated
Parse a .cstack source into a cratestack_core::Schema WITHOUT running [validate::validate_schema].