aboutsummaryrefslogtreecommitdiff
path: root/examples/example-pack-err/src
Commit message (Collapse)AuthorAgeFilesLines
* refactor(general_renderer): rename to structural_renderer魏曹先生4 days1-5/+5
|
* feat(core): decouple structured output from Groupped trait魏曹先生4 days1-7/+46
| | | | | | | Introduce `StructuralData` sealed trait and `pack_structural!` / `group_structural!` / `derive(StructuralData)` macros to control structured rendering separately from grouping. `Groupped` no longer requires `Serialize`.
* Add `pack_err!` macro for error structs with automatic name field魏曹先生11 days1-0/+101