Expand description
Typed metadata contract for .parsetable artifacts.
This crate owns the serialization model used by tablegen and runtime2 when emitting/parsing parsetable metadata payloads.
Structs§
- Feature
Flags - Parser feature flags for metadata export.
- Generation
Info - Generation metadata.
- Governance
Metadata - Re-exported governance types used in
.parsetablemetadata payloads. BDD governance metadata embedded in generated parse artifacts. - Grammar
Info - Grammar identification information.
- Parser
Feature Profile Snapshot - Re-exported governance types used in
.parsetablemetadata payloads. Snapshot of parser feature flags captured in build artifacts and diagnostics. - Parsetable
Metadata - Metadata embedded in .parsetable files.
- Table
Statistics - Parse table statistics.
Enums§
- Parsetable
Error - Error type for metadata and table container operations.
Constants§
- FORMAT_
VERSION - Current .parsetable format version.
- MAGIC_
NUMBER - Magic number identifying .parsetable files: “RSPT”.
- METADATA_
SCHEMA_ VERSION - Metadata schema version.