Skip to main content

Module validation

Module validation 

Source
Expand description

Schema, binding, layout, and exporter-aware preflight. Defines bounded validation contracts and behavior for this crate.

Structs§

PreflightOptions
Caller-selected preflight policy.
ValidationIssue
One bounded first-class validation issue.
ValidationReport
Deterministic validation output.

Enums§

ValidationCode
Stable validation/preflight condition.
ValidationSeverity
Severity retained in machine-readable validation output.

Functions§

preflight
Runs exporter-aware validation over a fully resolved scene.
validate_data
Validates bounded typed data, its optional schema, and every binding.
validate_layout
Validates resolved page, glyph, table, overflow, and collision invariants.
validate_template
Validates reusable template IR and binding syntax.