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.