Module validation

Source
Expand description

Validation implementations and helper types.

Modules§

owned
Common validation utilities for owned containers (Box, String, Vec, etc.).
validators
Validators that can check archived types.

Enums§

CheckArchiveError
Errors that can occur when checking an archive.

Traits§

ArchiveContext
A context that can validate nonlocal archive memory.
LayoutRaw
Gets the layout of a type from its pointer.
SharedContext
A context that can validate shared archive memory.

Functions§

check_archived_root_with_context
Checks the given archive with an additional context.
check_archived_value_with_context
Checks the given archive with an additional context.

Type Aliases§

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