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§
- Check
Archive Error  - Errors that can occur when checking an archive.
 
Traits§
- Archive
Context  - A context that can validate nonlocal archive memory.
 - Layout
Raw  - Gets the layout of a type from its pointee type and metadata.
 - Shared
Context  - 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§
- Check
Type Error  - The error type that can be produced by checking the given type with the given validator.