aboutsummaryrefslogtreecommitdiff
path: root/mingling_pathf/src/pattern_analyzer.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(mingling_pathf): add pattern analyzer module for struct detection魏曹先生3 days1-0/+140
Add a `PatternAnalyzer` with an `AnalyzePattern` trait to detect and extract struct declarations from Rust source files, supporting nested inline modules.