Module validator

Module validator 

Source
Available on crate feature doc-audit only.
Expand description

Example validator for testing code compilation and async patterns.

This module provides functionality to validate that code examples in documentation compile correctly and follow proper patterns, especially for async code.

Structs§

AsyncValidationConfig
Configuration for async pattern validation.
CompilationError
Represents a compilation error with detailed information.
ExampleValidator
Validator for code examples that tests compilation and patterns.
ValidationMetadata
Additional metadata about the validation process.
ValidationResult
Result of validating a code example.

Enums§

ErrorType
Types of compilation errors that can occur.