| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore!: rename ErrorDispatcherNotFound to EntryFallback | 魏曹先生 | 34 hours | 1 | -2/+2 |
| | | | | | | | | | 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-11 | 1 | -47/+52 |
| | | | | | | | | | | 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. | ||||
| * | Add full-todolist example project | Weicao-CatilGrass | 2026-06-09 | 1 | -0/+93 |
