aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/help.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect variable name in help attribute macroWeicao-CatilGrass10 days1-2/+2
* Rename injected renderer parameter from `r` to `__renderer_inner_result`Weicao-CatilGrass12 days1-6/+6
* Remove `once_cell` dependency and replace with `OnceLock`魏曹先生12 days1-2/+10
* Accept paths for program name parameters in macros魏曹先生2026-05-161-1/+1
* Validate single-segment types in attribute macros魏曹先生2026-05-161-0/+5
* Add architecture overview and doc comments to macro crate魏曹先生2026-05-021-19/+0
* se internal ugly naming convention for generated structs魏曹先生2026-04-281-3/+7
* Add help system with `#[help]` macro and `HelpRequest` trait魏曹先生2026-04-251-0/+202