aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/res_injection.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(macros): add async mutable resource injection for `#[chain]`魏曹先生2 days1-2/+71
| | | | | | | Support `&mut T` resource parameters in async chain functions by using an extract-store pattern that avoids holding mutable borrows across await points. Remove the previous compile-time rejection of this combination.
* Support qualified type paths in four macros魏曹先生7 days1-15/+1
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-1/+2
|
* Refactor renderer to use injected resources directlyWeicao-CatilGrass2026-05-221-1/+1
|
* Extract resource injection into shared module and add to #[renderer]Weicao-CatilGrass2026-05-221-0/+197