Skip to main contentModule verifiers
Source - JSONVerifier
- Verify that a file contains valid JSON, with optional schema validation.
- MagicBytesVerifier
- Verify that a file starts with expected magic bytes.
- RegistryVerifier
- Verify that a module is registered and retrievable from a registry.
- SyntaxVerifier
- Verify that a Rust source file has valid syntax.
- YAMLVerifier
- Verify that a YAML binding file is parseable and contains required fields.
- run_verifier_chain
- Run verifiers in order; stop on first failure.