aboutsummaryrefslogtreecommitdiff
path: root/examples/example-hook/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(examples): migrate renderers to return RenderResult and add魏曹先生25 hours1-2/+6
| | | | | | | | | 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.
* Redesign hook system with structured info types and ProgramControls魏曹先生2026-06-241-10/+13
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-4/+5
|
* Rework examples and add entry macro for testingWeicao-CatilGrass2026-05-231-0/+71