aboutsummaryrefslogtreecommitdiff
path: root/mingling_pathf/test/src/test_files/test_groupped_derive.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix: parse grouped derive attributes for enums and unions correctly魏曹先生2026-06-301-0/+17
| | | | | | 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
* feat(pathf): add build-time type path resolution system魏曹先生2026-06-281-0/+26
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!()`.