aboutsummaryrefslogtreecommitdiff
path: root/examples/example-argument-parse/src
Commit message (Collapse)AuthorAgeFilesLines
* Make route! macro auto-convert error types魏曹先生7 days1-1/+1
| | | | | | `route!()` now calls `Groupped::to_chain()` on the error branch, removing the need for callers to pre-convert with `.to_chain()` or `.to_render()`.
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-2/+4
|
* Rework examples and add entry macro for testingWeicao-CatilGrass2026-05-231-0/+95