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