Module rkyv::validation

source ·
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

Traits

  • A context that can validate nonlocal archive memory.
  • Gets the layout of a type from its pointee type and metadata.
  • A context that can validate shared archive memory.

Functions

Type Definitions

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