aboutsummaryrefslogtreecommitdiff
path: root/mingling_pathf/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(mingling_pathf): add pattern analyzer module for struct detection魏曹先生45 hours1-0/+1
| | | | | | 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魏曹先生46 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.
* feat(workspace): add mingling_pathf crate and pathf feature魏曹先生47 hours1-0/+0