Module rkyv::validation::validators [−][src]
Expand description
Validators that can check archived types.
Structs
A validator that can verify archives with nonlocal memory.
The default validator.
A prefix range from an ArchiveValidator
.
A validator that can verify shared memory.
A suffix range from an ArchiveValidator
.
Enums
Errors that can occur when checking archive memory.
Errors that can occur while deserializing from bytes.
The default validator error.
Errors that can occur when checking shared memory.
Functions
Checks the given archive at the given position for an archived version of the given type.
Checks the given archive at the given position for an archived version of the given type.
Checks and deserializes a value from the given bytes.
Type Definitions
The error type for from_bytes
.