Module rkyv::validation[][src]

Expand description

Validation implementations and helper types.

Modules

Common validation utilities for owned containers (Box, String, Vec, etc.).

Validators that can check archived types.

Enums

Errors that can occur when checking an archive.

Traits

A context that can validate nonlocal archive memory.

Gets the layout of a type from its pointer.

A context that can validate shared archive memory.

Functions

Checks the given archive with an additional context.

Checks the given archive with an additional context.

Type Definitions

The error type that can be produced by checking the given type with the given validator.