aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/groupped.rs
Commit message (Expand)AuthorAgeFilesLines
* Enhance code quality across the entire codebaseWeicao-CatilGrass47 hours1-14/+8
* Use `default_program_path()` instead of `default_program_ident()`魏曹先生2026-05-161-8/+10
* Replace hardcoded `ThisProgram` ident with shared constant魏曹先生2026-05-161-2/+4
* Add architecture overview and doc comments to macro crate魏曹先生2026-05-021-5/+0
* Register type in Groupped derive macro魏曹先生2026-04-201-0/+2
* Move type registration to pack! and Groupped macros魏曹先生2026-04-201-0/+2
* Add AnyOutput and ChainProcess conversion impls魏曹先生2026-04-181-0/+43
* Rename DefaultProgram to ThisProgram and remove ThisProgram marker魏曹先生2026-04-091-2/+2
* Add check_all script and simplify attribute parsing魏曹先生2026-04-061-8/+6
* Add Groupped derive macro for automatic trait implementation魏曹先生2026-04-051-0/+71