Skip to main content

resolve_schema_source

Function resolve_schema_source 

Source
pub fn resolve_schema_source(
    path: impl AsRef<Path>,
) -> Result<ResolvedSchemaSource, String>
Expand description

Resolve a schema source path into concrete module files.

Fallback behavior:

  • if requested path is missing and equals schema.qail, automatically use sibling schema/ directory when present.