aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/renderer/structural
Commit message (Collapse)AuthorAgeFilesLines
* feat(core): add generic parameter `C` to `StructuralData` trait魏曹先生45 hours1-1/+7
| | | | | | | 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: add missing docs lint and document public API魏曹先生2 days1-0/+1
| | | | | | | Add `#![deny(missing_docs)]` across multiple crates and fill in documentation for all public items, including struct fields, enum variants, trait methods, and proc macros. Also mark two shell scripts as executable.
* refactor(general_renderer): rename to structural_renderer魏曹先生2026-06-262-0/+83