aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/chain.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove `marker::NextProcess` and generate it via `gen_program!`Weicao-CatilGrass2026-04-271-59/+17
|
* Move type registration to pack! and Groupped macros魏曹先生2026-04-201-4/+1
|
* Remove unnecessary `.into()` calls in chain functions魏曹先生2026-04-191-6/+6
|
* Support both async and sync functions with async feature enabled魏曹先生2026-04-191-24/+38
|
* Make async an optional feature魏曹先生2026-04-191-30/+72
|
* Extract chain and renderer registration into separate macros魏曹先生2026-04-181-15/+54
|
* Remove unnecessary string conversions in macro type registration魏曹先生2026-04-151-4/+2
|
* Add register_type macro and use it in chain and renderer macros魏曹先生2026-04-151-3/+4
|
* Add #[doc(hidden)] to macro-generated structs魏曹先生2026-04-151-0/+1
|
* Add completion system with shell context and dispatcher integration魏曹先生2026-04-101-16/+17
|
* Rename DefaultProgram to ThisProgram and remove ThisProgram marker魏曹先生2026-04-091-5/+5
|
* Add general renderer support with serialization formats魏曹先生2026-04-051-5/+5
|
* Replace typeid-based dispatch with enum-based dispatch魏曹先生2026-04-011-18/+79
| | | | | | | | | - 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/+4
|
* Add README and license files to project structure魏曹先生2026-03-291-1/+1
|
* 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-18/+5
|
* Completed the first preliminary usable version of the Mingling魏曹先生2026-03-291-26/+10
| | | | framework.
* Add initial Mingling framework codebase魏曹先生2026-03-281-0/+164