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§
- Async
Validation Config - Configuration for async pattern validation.
- Compilation
Error - Represents a compilation error with detailed information.
- Example
Validator - Validator for code examples that tests compilation and patterns.
- Validation
Metadata - Additional metadata about the validation process.
- Validation
Result - Result of validating a code example.
Enums§
- Error
Type - Types of compilation errors that can occur.