Skip to main content

Module void_ptr_analysis

Module void_ptr_analysis 

Source
Expand description

Void pointer analysis for generic type inference.

Analyzes void* usage patterns to infer generic type parameters for transformation to Rust generics.

Structs§

VoidPtrAnalyzer
Analyzer for void* usage patterns.
VoidPtrInfo
Analysis result for a void* parameter.

Enums§

TypeConstraint
Type constraint inferred from void* usage.
VoidPtrPattern
Pattern type detected for void* usage.