aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/pack.rs
Commit message (Expand)AuthorAgeFilesLines
* Enhance code quality across the entire codebaseWeicao-CatilGrass45 hours1-0/+1
* Support doc comments and attributes on `pack!` and `dispatcher!` macros魏曹先生4 days1-9/+22
* Remove PackAttrs parsing and rendering from pack macro魏曹先生4 days1-105/+9
* Fix `program_comp_gen!` import issue魏曹先生4 days1-9/+105
* Accept paths for program name parameters in macros魏曹先生2026-05-161-28/+25
* Use `default_program_path()` instead of `default_program_ident()`魏曹先生2026-05-161-9/+9
* Replace hardcoded `ThisProgram` ident with shared constant魏曹先生2026-05-161-9/+13
* Add architecture overview and doc comments to macro crate魏曹先生2026-05-021-5/+0
* Use small integer repr for gen_program! enum魏曹先生2026-04-291-2/+1
* Move type registration to pack! and Groupped macros魏曹先生2026-04-201-0/+6
* Rename DefaultProgram to ThisProgram and remove ThisProgram marker魏曹先生2026-04-091-10/+10
* Add general renderer support with serialization formats魏曹先生2026-04-051-2/+2
* Replace typeid-based dispatch with enum-based dispatch魏曹先生2026-04-011-31/+127
* Rename chain_struct macro to pack魏曹先生2026-03-311-0/+162