Skip to main content

Module validation

Module validation 

Source

Functionsยง

validate_structural
Validate generated code structurally for a given backend. Returns a list of errors (empty = passed).
validate_with_tools
Validate generated code using real language tools (if available). Returns None if the tool is not installed, Some(errors) otherwise.