aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/renderer/general
Commit message (Collapse)AuthorAgeFilesLines
* refactor(general_renderer): rename to structural_renderer魏曹先生4 days2-83/+0
|
* feat(core): decouple structured output from Groupped trait魏曹先生4 days1-0/+15
| | | | | | | Introduce `StructuralData` sealed trait and `pack_structural!` / `group_structural!` / `derive(StructuralData)` macros to control structured rendering separately from grouping. `Groupped` no longer requires `Serialize`.
* Move flag tests to separate module and clean up deref patterns魏曹先生6 days1-1/+1
|
* Add unit and integration tests for mingling_coreWeicao-CatilGrass2026-06-091-0/+32
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-0/+1
|
* Add documentation comments to chain and error enumsWeicao-CatilGrass2026-05-181-0/+5
|
* Apply clippy suggestions and remove unused serde dependency魏曹先生2026-04-111-3/+3
|
* Add general renderer support with serialization formats魏曹先生2026-04-051-0/+30