aboutsummaryrefslogtreecommitdiff
path: root/examples/example-async-support
Commit message (Collapse)AuthorAgeFilesLines
* chore: clean up Cargo.toml metadata and update lockfilesdev/mingling_pathf魏曹先生44 hours1-4/+4
|
* feat(macros): add async mutable resource injection for `#[chain]`魏曹先生2 days1-2/+1
| | | | | | | 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.
* Redesign hook system with structured info types and ProgramControls魏曹先生6 days1-1/+1
|
* Update example descriptions with meaningful docs魏曹先生2026-06-151-1/+1
|
* Update example tags and fix tag typo魏曹先生2026-06-151-1/+1
|
* Simplify workspace exclude patterns and add workspace stanzasWeicao-CatilGrass2026-06-121-0/+2
|
* Add example pages and sync-examples tool for docs魏曹先生2026-06-051-0/+10
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-0/+1
|
* Bump version to 0.2.0魏曹先生2026-05-311-7/+3
|
* Update CHANGELOG and switch to published crate versions0.1.9魏曹先生2026-05-291-0/+4
|
* Rework examples and add entry macro for testingWeicao-CatilGrass2026-05-233-0/+194