Rindle docs and package mapSkip to main content

validate_normalized_schema

Function validate_normalized_schema 

Source
pub fn validate_normalized_schema(
    tables: &[TableWireSchema],
) -> Result<(), NormalizedSchemaError>
Expand description

Validate the table-set invariants required by normalized_fp and normalized-store construction. This accepts wire-deserialized input, so every failure is typed and no malformed schema may panic.