Crate decy_analyzer

Crate decy_analyzer 

Source
Expand description

Static analysis and type inference for C code.

Provides control flow analysis, data flow analysis, and type inference.

Modulesยง

patterns
Pattern detection for identifying Box<T> and Vec<T> candidates.