aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/renderer.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move type registration to pack! and Groupped macros魏曹先生2026-04-201-4/+1
|
* Extract chain and renderer registration into separate macros魏曹先生2026-04-181-26/+61
|
* Remove unnecessary string conversions in macro type registration魏曹先生2026-04-151-3/+2
|
* Add register_type macro and use it in chain and renderer macros魏曹先生2026-04-151-2/+2
|
* Add #[doc(hidden)] to macro-generated structs魏曹先生2026-04-151-0/+1
|
* Add completion system with shell context and dispatcher integration魏曹先生2026-04-101-32/+39
|
* Replace unsafe unwrap with unwrap_unchecked in renderer macro魏曹先生2026-04-051-1/+3
|
* Add general renderer support with serialization formats魏曹先生2026-04-051-0/+21
|
* Replace typeid-based dispatch with enum-based dispatch魏曹先生2026-04-011-2/+9
| | | | | | | | | - Add `Groupped` trait and `member_id` to `AnyOutput` - Add generic parameter `G` to `Dispatcher`, `Chain`, `Program` etc - Remove `hint` module and its marker types - Update macros to support explicit group specification - Add `gen_program` macro for generating enum-based programs - Add `GroupProcess` marker type for type-level grouping
* Remove documentation from macro definitions魏曹先生2026-03-311-0/+3
|
* Add fallback dispatcher for missing renderers.魏曹先生2026-03-291-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
| | | | framework.
* Add initial Mingling framework codebase魏曹先生2026-03-281-0/+248