aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/asset/help.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore(docs): fix intra-doc link formatting魏曹先生5 days1-2/+2
| | | | | | Replace intra-doc links with explicit URLs for types that are not accessible from the current module scope, and add missing panic documentation section.
* docs: expand trait and type documentation with examples魏曹先生5 days1-3/+42
|
* feat: require renderers to return RenderResult instead of mutating one魏曹先生2026-07-111-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`.
* Add help system with `#[help]` macro and `HelpRequest` trait魏曹先生2026-04-251-0/+10