aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/renderer.rs
Commit message (Collapse)AuthorAgeFilesLines
* Enhance code quality across the entire codebaseWeicao-CatilGrass2 days1-23/+18
|
* Refactor resource injection to use inline mut resource wrappingWeicao-CatilGrass10 days1-19/+26
|
* Refactor renderer to use injected resources directlyWeicao-CatilGrass11 days1-5/+3
|
* Extract resource injection into shared module and add to #[renderer]Weicao-CatilGrass11 days1-60/+72
|
* Support custom return types in `#[renderer]` macroWeicao-CatilGrass11 days1-16/+34
|
* Rename injected renderer parameter from `r` to `__renderer_inner_result`Weicao-CatilGrass11 days1-9/+9
|
* Remove `once_cell` dependency and replace with `OnceLock`魏曹先生12 days1-3/+5
|
* Remove module-level doc commentsWeicao-CatilGrass2026-05-171-5/+0
|
* Validate single-segment types in attribute macros魏曹先生2026-05-161-0/+5
|
* Add Display derive and testing utilities for Next enum魏曹先生2026-05-021-4/+7
|
* Add architecture overview and doc comments to macro crate魏曹先生2026-05-021-0/+1
|
* se internal ugly naming convention for generated structs魏曹先生2026-04-281-2/+6
|
* 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