aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/program/collection
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary module wrapping for MockProgramCollect魏曹先生11 days1-91/+87
|
* Add shared `MockProgramCollect` and conditional `Groupped` bounds魏曹先生11 days1-0/+105
Extract duplicate `MockCollect` implementations into a reusable `MockProgramCollect` type. Conditionally require `Serialize` on the `Groupped` trait when the `general_renderer` feature is enabled.