aboutsummaryrefslogtreecommitdiff
path: root/mling/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(mling): enable pathf feature and run type mapping build魏曹先生21 hours1-14/+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`.
* feat(proj_mgr): add project generation with interactive checklist魏曹先生4 days1-0/+3
|
* Move error handling into its own module and add show.binaries command魏曹先生2026-06-071-33/+0
|
* Add hformat_cargo, hprintln_cargo macros and help rendering魏曹先生2026-06-071-9/+34
|
* Refactor CLI entry points and move main logic to library魏曹先生2026-06-071-1/+3
|
* Rename cargo style functions and remove unused imports魏曹先生2026-06-071-2/+20
|
* Refactor mling to use new program architecture and install scripts魏曹先生2026-06-071-0/+12