aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/group_impl.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add aliased syntax to `group!` macro魏曹先生7 days1-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魏曹先生10 days1-40/+8
|
* Support single-segment type paths in group macro魏曹先生10 days1-1/+19
|
* Add `group!` macro for registering external types魏曹先生10 days1-0/+115