aboutsummaryrefslogtreecommitdiff
path: root/examples/example-panic-unwind/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor!: remove legacy parser feature and migrate to picker魏曹先生91 min.1-1/+1
* refactor!: remove Node type and simplify dispatcher macro syntax魏曹先生2 hours1-1/+1
* refactor!: remove dynamic dispatcher registration API魏曹先生3 hours1-1/+0
* feat(core): move config types to public config module魏曹先生2 days1-1/+1
* feat(example): use PanicSilence enum in panic unwind example魏曹先生7 days1-2/+2
* 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-2/+6
* Redesign hook system with structured info types and ProgramControls魏曹先生2026-06-241-1/+4
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-3/+3
* Rework examples and add entry macro for testingWeicao-CatilGrass2026-05-231-0/+56