aboutsummaryrefslogtreecommitdiff
path: root/examples/example-error-handling/src
Commit message (Collapse)AuthorAgeFilesLines
* chore!: rename ErrorDispatcherNotFound to EntryFallback魏曹先生16 hours1-1/+1
| | | | | | | | Rename the internal fallback type and its associated `ProgramCollect` plumbing from `ErrorDispatcherNotFound`/`build_dispatcher_not_found` to `EntryFallback`/`build_entry_fallback`, along with the generated enum variant and pack type. Update all documentation, examples, and tests accordingly.
* refactor(examples): migrate renderers to return RenderResult and add魏曹先生2026-07-111-14/+26
| | | | | | | | | 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/+5
|
* Rename error types with consistent naming convention魏曹先生2026-05-291-1/+1
|
* Rework examples and add entry macro for testingWeicao-CatilGrass2026-05-231-0/+97