aboutsummaryrefslogtreecommitdiff
path: root/mling/src/pkg_mgr
Commit message (Collapse)AuthorAgeFilesLines
* feat: remove deprecated mling scaffolding tool魏曹先生3 days2-19/+0
| | | | | The mling CLI tool is being rewritten, so remove all its source files, resources, and workspace membership to clean up the repository
* chore: run cargo fmt and rearrange re-exports in mingling魏曹先生2026-07-021-0/+1
|
* feat(mling): enable pathf feature and run type mapping build魏曹先生2026-06-291-2/+1
| | | | | | | | 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`.
* Add LazyRes for lazy resource initialization魏曹先生2026-06-071-0/+0
|
* Add installer module and refactor error handling魏曹先生2026-06-071-0/+3
|
* Add hformat_cargo, hprintln_cargo macros and help rendering魏曹先生2026-06-071-0/+16