aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/structural_data.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(core): decouple structured output from Groupped trait魏曹先生9 days1-0/+330
Introduce `StructuralData` sealed trait and `pack_structural!` / `group_structural!` / `derive(StructuralData)` macros to control structured rendering separately from grouping. `Groupped` no longer requires `Serialize`.