aboutsummaryrefslogtreecommitdiff
path: root/examples/example-argument-parse/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor!: remove legacy parser feature and migrate to picker魏曹先生112 min.1-102/+0
* refactor!: remove Node type and simplify dispatcher macro syntax魏曹先生2 hours1-2/+2
* refactor!: remove dynamic dispatcher registration API魏曹先生3 hours1-3/+1
* ix(macros)!: require explicit `.into()` on chain function return values魏曹先生2026-07-181-1/+1
* refactor(examples): migrate renderers to return RenderResult and add魏曹先生2026-07-111-4/+11
* Make route! macro auto-convert error types魏曹先生2026-06-221-1/+1
* 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