aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/program/collection
Commit message (Collapse)AuthorAgeFilesLines
* docs: improve documentation, mark internal items as `#[doc(hidden)]`魏曹先生2 days1-0/+1
| | | | | | | | Add module-level docs for the hook system, enhance doc examples for macros with usage syntax, fix typos in cross-references, and hide internal debugging macros and mock types from public documentation
* refactor(general_renderer): rename to structural_renderer魏曹先生4 days1-8/+8
|
* Remove unnecessary module wrapping for MockProgramCollect魏曹先生10 days1-91/+87
|
* Add shared `MockProgramCollect` and conditional `Groupped` bounds魏曹先生10 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.