aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/pack_err.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix: use fully qualified path to get_global_set in pack_err魏曹先生2 days1-3/+1
|
* refactor(general_renderer): rename to structural_renderer魏曹先生4 days1-3/+3
|
* feat(core): decouple structured output from Groupped trait魏曹先生4 days1-10/+106
| | | | | | | Introduce `StructuralData` sealed trait and `pack_structural!` / `group_structural!` / `derive(StructuralData)` macros to control structured rendering separately from grouping. `Groupped` no longer requires `Serialize`.
* Refactor macros `pack_err!` struct fields public魏曹先生11 days1-3/+3
|
* Add `pack_err!` macro for error structs with automatic name field魏曹先生11 days1-0/+143