aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/func/pack_err.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(core): add generic parameter `C` to `StructuralData` trait魏曹先生12 hours1-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 hours1-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.