aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/structural_data.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(structural_data): align type use generation with group_impl魏曹先生20 hours1-2/+9
|
* chore: run cargo fmt and rearrange re-exports in mingling魏曹先生9 days1-1/+0
|
* refactor(general_renderer): rename to structural_renderer魏曹先生2026-06-261-4/+4
|
* feat(core): decouple structured output from Groupped trait魏曹先生2026-06-261-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`.