aboutsummaryrefslogtreecommitdiff
path: root/examples/example-pack-err
Commit message (Collapse)AuthorAgeFilesLines
* chore: clean up Cargo.toml metadata and update lockfilesdev/mingling_pathf魏曹先生41 hours1-2/+2
|
* refactor(general_renderer): rename to structural_renderer魏曹先生4 days3-8/+8
|
* 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 shared `MockProgramCollect` and conditional `Groupped` bounds魏曹先生10 days1-1/+1
| | | | | | Extract duplicate `MockCollect` implementations into a reusable `MockProgramCollect` type. Conditionally require `Serialize` on the `Groupped` trait when the `general_renderer` feature is enabled.
* Add `pack_err!` macro for error structs with automatic name field魏曹先生11 days4-0/+268