Module validation

Source
Expand description

Contains functions that validate glTF JSON data against the specification.

Structs§

USize64
Validates the suitability of 64-bit byte offsets/sizes on 32-bit systems.

Enums§

Checked
Specifies a type that has been pre-validated during deserialization or otherwise.
Error
Specifies what kind of error occured during validation.

Traits§

Validate
Trait for validating glTF JSON data so that the library can function without panicking.