aboutsummaryrefslogtreecommitdiff
path: root/examples/example-resources/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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.