Expand description
Architecture state validator
Checks an ArchitectureState for structural and semantic errors before
code is generated or proposals are confirmed.
Structs§
- Validation
Error - A single validation problem.
Enums§
- Severity
- Severity of a
ValidationError.
Constants§
- VALID_
FIELD_ TYPES - Supported Rust field types for
records.fields[*].type.
Functions§
- is_
valid - Returns
trueifvalidate()produces noError-severity issues. - validate
- Validate an
ArchitectureStateand return all problems found.