aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/program/collection.rs
Commit message (Collapse)AuthorAgeFilesLines
* style: Reorder imports and reformat code with cargo fmt魏曹先生12 hours1-1/+1
|
* feat: require renderers to return RenderResult instead of mutating one魏曹先生14 hours1-3/+3
| | | | | | | BREAKING CHANGE: The `render` method on `Renderer`, `HelpRequest`, and `ProgramCollect` now returns `RenderResult` instead of taking `&mut RenderResult`. The `r_print!` and `r_println!` macros have been removed in favor of using `std::io::Write` directly on `RenderResult`.
* refactor(general_renderer): rename to structural_renderer魏曹先生2026-06-261-8/+8
|
* Redesign hook system with structured info types and ProgramControls魏曹先生2026-06-241-0/+8
|
* Add shared `MockProgramCollect` and conditional `Groupped` bounds魏曹先生2026-06-201-0/+3
| | | | | | Extract duplicate `MockCollect` implementations into a reusable `MockProgramCollect` type. Conditionally require `Serialize` on the `Groupped` trait when the `general_renderer` feature is enabled.
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-8/+13
|
* Rename error types with consistent naming convention魏曹先生2026-05-291-3/+3
|
* Refactor program module into submodules魏曹先生2026-05-181-0/+76