aboutsummaryrefslogtreecommitdiff
path: root/examples/example-lazy-resources/src
Commit message (Collapse)AuthorAgeFilesLines
* refactor!: remove dynamic dispatcher registration API魏曹先生3 days1-1/+0
| | | | | | | Dispatchers are now always registered at compile time, removing the `with_dispatcher` / `with_dispatchers` methods and the `PathfinderConfig` API. The `dispatch_tree` feature now only controls the matching strategy (trie vs linear list).
* refactor: replace with_dispatchers with chained with_dispatcher calls魏曹先生7 days1-1/+1
|
* refactor(examples): migrate renderers to return RenderResult and add魏曹先生2026-07-111-4/+10
| | | | | | | | | 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.
* Add LazyRes for lazy resource initialization魏曹先生2026-06-071-0/+92