aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/renderer.rs
Commit message (Expand)AuthorAgeFilesLines
* Support custom return types in `#[renderer]` macroWeicao-CatilGrass12 days1-16/+34
* Rename injected renderer parameter from `r` to `__renderer_inner_result`Weicao-CatilGrass12 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
* 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
* Add initial Mingling framework codebase魏曹先生2026-03-281-0/+248