aboutsummaryrefslogtreecommitdiff
path: root/mingling_pathf/src/patterns.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(mingling_pathf): add pattern analyzer module for struct detection魏曹先生45 hours1-3/+2
| | | | | | Add a `PatternAnalyzer` with an `AnalyzePattern` trait to detect and extract struct declarations from Rust source files, supporting nested inline modules.
* feat(mingling_pathf): add module path resolution and error handling魏曹先生45 hours1-0/+3
Introduce the core pathfinding infrastructure with `ModulePathMapping`, `MappingItem`, and `MinglingPathfinderError` types. Support recursive module traversal, `pub use` re-export hoisting, and standard Rust module resolution rules.