aboutsummaryrefslogtreecommitdiff
path: root/mling/src/proj_mgr/show_binaries.rs
Commit message (Collapse)AuthorAgeFilesLines
* style: Reorder imports and reformat code with cargo fmt魏曹先生27 hours1-3/+3
|
* feat: require renderers to return RenderResult instead of mutating one魏曹先生28 hours1-8/+13
| | | | | | | 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`.
* feat(mling): enable pathf feature and run type mapping build魏曹先生14 days1-2/+5
| | | | | | | | Add the `pathf` feature to mingling dependency and invoke `analyze_and_build_type_mapping` during the build script. Reorganize internal module visibility from `mod + pub use` to direct `pub mod`.
* Move error handling into its own module and add show.binaries command魏曹先生2026-06-071-0/+70