aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/dispatcher_chain.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename dispatcher_chain.rs to dispatcher.rs魏曹先生2026-04-251-163/+0
|
* Add new_with_args and dispatch_args_dynamic to Program魏曹先生2026-04-221-78/+0
| | | | | Remove Display bound from Group type parameter and delete dispatcher_render macro. This is a breaking change.
* Add completion macro infrastructure without logic魏曹先生2026-04-101-1/+37
|
* Rename DefaultProgram to ThisProgram and remove ThisProgram marker魏曹先生2026-04-091-9/+9
|
* Replace typeid-based dispatch with enum-based dispatch魏曹先生2026-04-011-54/+165
| | | | | | | | | - 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
* Rename chain_struct to pack in dispatcher macros魏曹先生2026-04-011-9/+9
|
* Completed the first preliminary usable version of the Mingling魏曹先生2026-03-291-0/+94
framework.