aboutsummaryrefslogtreecommitdiff
path: root/examples/example-resources/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Enhance code quality across the entire codebaseWeicao-CatilGrass2 days1-0/+1
|
* Rework examples and add entry macro for testingWeicao-CatilGrass10 days1-33/+40
|
* Rename `NextProcess` to `Next` across the codebaseWeicao-CatilGrass2026-05-171-2/+2
|
* Simplify example imports to use prelude and add resources example魏曹先生2026-05-161-0/+57
Add a new example demonstrating global resource injection in chain functions, and update all existing examples to import from `mingling::prelude` instead of individual macro paths. Also add `example-resources` to the workspace exclude list.