aboutsummaryrefslogtreecommitdiff
path: root/examples/example-argument-parse
Commit message (Collapse)AuthorAgeFilesLines
* chore: clean up Cargo.toml metadata and update lockfilesdev/mingling_pathf魏曹先生48 hours1-4/+4
|
* 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()`.
* Update example descriptions with meaningful docs魏曹先生2026-06-151-1/+1
|
* Simplify workspace exclude patterns and add workspace stanzasWeicao-CatilGrass2026-06-121-0/+2
|
* Add example pages and sync-examples tool for docs魏曹先生2026-06-051-0/+10
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-2/+4
|
* Bump version to 0.2.0魏曹先生2026-05-311-7/+3
|
* Update CHANGELOG and switch to published crate versions0.1.9魏曹先生2026-05-291-0/+4
|
* Move entry, route, and program_setup macros to extra_macros feature魏曹先生2026-05-241-1/+1
| | | | | | Remove these macros from the prelude and gate them behind the `extra_macros` feature flag. Update examples and documentation to enable the new feature where these macros are used.
* Rework examples and add entry macro for testingWeicao-CatilGrass2026-05-233-0/+188