Expand description
Schema validator and fuzzy matching suggestions.
Provides compile-time-like validation for Qail against a known schema. Used by CLI, LSP, and the encoder to catch errors before they hit the wire.
Structs§
- Validator
- Validates query elements against known schema and provides suggestions.
Enums§
- Validation
Error - Validation error with structured information.
Type Aliases§
- Validation
Result - Result of validation