Skip to main content

validate_registry

Function validate_registry 

Source
pub fn validate_registry(registry: &SchemaRegistry) -> Result<(), Vec<String>>
Expand description

Validate every function uses types the emitters support.

Surfaces usize/isize and unsupported integer widths before they fall through to silently-lossy number on the frontend.