| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor!: replace pack! macros with derive-based pipeline types | 魏曹先生 | 2 days | 1 | -2/+3 |
| | | | | | | | | | | Remove the `pack!`, `pack_err!`, `pack_structural!`, and `pack_err_structural!` macros, replacing all pipeline type definitions with `#[derive(Grouped)]` and `#[derive(Grouped, Wrap)]` attributes. This changes the generated struct shape from named-field structs with an `inner` field to tuple structs accessed via `.0`, and removes the auto-generated `name` and `info` fields from error types. | ||||
| * | ix(macros)!: require explicit `.into()` on chain function return values | 魏曹先生 | 2026-07-18 | 1 | -1/+1 |
| | | |||||
| * | refactor(examples): migrate renderers to return RenderResult and add | 魏曹先生 | 2026-07-11 | 1 | -3/+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. | ||||
| * | feat(examples): add pathf + dispatch tree combination example | 魏曹先生 | 2026-06-29 | 1 | -0/+22 |
