aboutsummaryrefslogtreecommitdiff
path: root/mingling_pathf/src/patterns/groupped_derive.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix: parse grouped derive attributes for enums and unions correctly魏曹先生33 hours1-25/+28
| | | | | | Use `parse_args_with` with `Punctuated<Path, Comma>` to correctly identify `Groupped` and `GrouppedSerialize` derive macros, fixing a bug where enums and unions were not properly detected
* refactor: simplify match arm syntax in grouped derive pattern魏曹先生2 days1-9/+6
|
* feat(pathf): add build-time type path resolution system魏曹先生3 days1-0/+93
Add `mingling_pathf` sub-crate and `pathf` feature for automatic resolution of Mingling type module paths at build time. Scans source files, identifies macro invocations via pattern matchers, and generates mapping files consumed by `gen_program!()`.