aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/asset/renderer.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: require renderers to return RenderResult instead of mutating one魏曹先生23 hours1-1/+1
| | | | | | | 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`.
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-1/+1
|
* Add documentation for mingling_core魏曹先生2026-04-011-0/+4
|
* Rename mingling to mingling_core and update dependencies魏曹先生2026-03-291-0/+6