| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(examples): migrate renderers to return RenderResult and add | 魏曹先生 | 7 days | 1 | -6/+13 |
| | | | | | | | | | | 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 IO error example with type alias in group macro | 魏曹先生 | 2026-06-23 | 1 | -1/+22 |
| | | |||||
| * | Add `group!` macro for registering external types | 魏曹先生 | 2026-06-20 | 1 | -0/+71 |
