aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/renderer/structural.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(core): add generic parameter `C` to `StructuralData` trait魏曹先生41 hours1-6/+10
| | | | | | | Make `StructuralData` and `StructuralDataSealed` generic over a program collector type to bypass the orphan rule for `group_structural!`. This enables external types to implement `StructuralData<crate::ThisProgram>` without violating coherence.
* chore: run cargo fmt and rearrange re-exports in mingling魏曹先生2026-07-021-9/+12
|
* refactor(general_renderer): rename to structural_renderer魏曹先生2026-06-261-0/+268