aboutsummaryrefslogtreecommitdiff
path: root/examples/example-enum-tag/src
Commit message (Collapse)AuthorAgeFilesLines
* fix!: rename `Groupped` to `Grouped` across the codebase魏曹先生38 hours1-2/+2
|
* ix(macros)!: require explicit `.into()` on chain function return values魏曹先生3 days1-1/+1
|
* refactor(examples): migrate renderers to return RenderResult and add魏曹先生9 days1-3/+5
| | | | | | | | | 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.
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-0/+1
|
* Rename CompletionDispatcher to CMDCompletion and hide internal types魏曹先生2026-05-291-4/+6
|
* Rework examples and add entry macro for testingWeicao-CatilGrass2026-05-231-0/+102