aboutsummaryrefslogtreecommitdiff
path: root/examples/full-todolist/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(examples): migrate renderers to return RenderResult and add魏曹先生25 hours1-15/+25
| | | | | | | | | 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.
* refactor(general_renderer): rename to structural_renderer魏曹先生2026-06-261-2/+2
|
* Make route! macro auto-convert error types魏曹先生2026-06-221-2/+2
| | | | | | `route!()` now calls `Groupped::to_chain()` on the error branch, removing the need for callers to pre-convert with `.to_chain()` or `.to_render()`.
* Add full-todolist example projectWeicao-CatilGrass2026-06-091-0/+197