| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(core): add generic parameter `C` to `StructuralData` trait | 魏曹先生 | 12 hours | 1 | -2/+2 |
| | | | | | | | | 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(macros): reorganize module hierarchy in mingling_macros | 魏曹先生 | 41 hours | 1 | -0/+209 |
| Restructure flat module layout into logical directories (attr/, derive/, func/, systems/, extensions/, utils.rs). Tighten internal function visibility to pub(crate). All public API signatures remain unchanged. | |||||
