aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/group_impl.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore(macros): reorganize module hierarchy in mingling_macros魏曹先生9 days1-147/+0
| | | | | | Restructure flat module layout into logical directories (attr/, derive/, func/, systems/, extensions/, utils.rs). Tighten internal function visibility to pub(crate). All public API signatures remain unchanged.
* fix!: rename `Groupped` to `Grouped` across the codebase魏曹先生10 days1-2/+2
|
* Add aliased syntax to `group!` macro魏曹先生2026-06-231-10/+56
| | | | | Allow `group!(Alias = TypePath)` to create a type alias and use the alias name as the enum variant, enabling more descriptive naming
* Remove all explicit program name modes from macrosremoved-shit魏曹先生2026-06-201-40/+8
|
* Support single-segment type paths in group macro魏曹先生2026-06-201-1/+19
|
* Add `group!` macro for registering external types魏曹先生2026-06-201-0/+115