Expand description
Pattern detection for identifying Box<T> and Vec<T> candidates.
Analyzes HIR to find malloc/free patterns that can be replaced with safe Rust types.
Structsยง
- BoxCandidate
- Represents a detected
Box<T>pattern candidate. - Pattern
Detector - Pattern detector for identifying
Box<T>candidates. - VecCandidate
- Represents a detected
Vec<T>pattern candidate.