aboutsummaryrefslogtreecommitdiff
path: root/examples/example-dispatch-tree/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(examples): migrate renderers to return RenderResult and add魏曹先生11 hours1-2/+5
| | | | | | | | | std::io::Write import Replace r_println!/r_print! macro usage across all example renderers with explicit RenderResult construction using std::io::Write, enabling more flexible output handling and reducing reliance on macro-side effects.
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-1/+2
|
* Rework examples and add entry macro for testingWeicao-CatilGrass2026-05-231-32/+44
|
* Add `empty_result!` macro and `REPL` resource, improve examples魏曹先生2026-05-191-4/+3
|
* Simplify example imports to use prelude and add resources example魏曹先生2026-05-161-1/+1
| | | | | | | | | 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.
* Add dispatch tree example and update doc version references魏曹先生2026-05-081-0/+48