aboutsummaryrefslogtreecommitdiff
path: root/examples/full-todolist
Commit message (Collapse)AuthorAgeFilesLines
* chore: clean up Cargo.toml metadata and update lockfilesdev/mingling_pathf魏曹先生38 hours1-4/+4
|
* refactor(general_renderer): rename to structural_renderer魏曹先生4 days2-3/+3
|
* Make route! macro auto-convert error types魏曹先生7 days1-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()`.
* Update example tags and fix tag typo魏曹先生2026-06-151-1/+1
|
* Simplify workspace exclude patterns and add workspace stanzasWeicao-CatilGrass2026-06-121-0/+2
|
* Add full-todolist example projectWeicao-CatilGrass2026-06-097-0/+532