aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/renderer.rs
Commit message (Expand)AuthorAgeFilesLines
* Add completion system with shell context and dispatcher integration魏曹先生29 hours1-32/+39
* Replace unsafe unwrap with unwrap_unchecked in renderer macro魏曹先生6 days1-1/+3
* Add general renderer support with serialization formats魏曹先生6 days1-0/+21
* Replace typeid-based dispatch with enum-based dispatch魏曹先生11 days1-2/+9
* Remove documentation from macro definitions魏曹先生11 days1-0/+3
* Add fallback dispatcher for missing renderers.魏曹先生14 days1-3/+11
* Generate struct names from function names in chain and renderer macros魏曹先生2026-03-291-21/+6
* Completed the first preliminary usable version of the Mingling魏曹先生2026-03-291-118/+31
* Add initial Mingling framework codebase魏曹先生2026-03-281-0/+248