<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mingling.git/mling/src/lib.rs, branch version/0.3.0</title>
<subtitle>用于开发多子命令的命令行框架
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/'/>
<entry>
<title>feat: require renderers to return RenderResult instead of mutating one</title>
<updated>2026-07-11T06:44:17+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-07-11T06:44:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=c5736152b0adeef17349265c4b9277ba17b8bcfd'/>
<id>c5736152b0adeef17349265c4b9277ba17b8bcfd</id>
<content type='text'>
BREAKING CHANGE: The `render` method on `Renderer`, `HelpRequest`, and
`ProgramCollect` now returns `RenderResult` instead of taking
`&amp;mut RenderResult`. The `r_print!` and `r_println!` macros have been
removed in favor of using `std::io::Write` directly on `RenderResult`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BREAKING CHANGE: The `render` method on `Renderer`, `HelpRequest`, and
`ProgramCollect` now returns `RenderResult` instead of taking
`&amp;mut RenderResult`. The `r_print!` and `r_println!` macros have been
removed in favor of using `std::io::Write` directly on `RenderResult`.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(mling): enable pathf feature and run type mapping build</title>
<updated>2026-06-28T20:27:39+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-28T20:27:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=07bf5bb372fc94f346b039ad9eecfb64c8a1ff46'/>
<id>07bf5bb372fc94f346b039ad9eecfb64c8a1ff46</id>
<content type='text'>
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`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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`.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(proj_mgr): add project generation with interactive checklist</title>
<updated>2026-06-25T23:44:31+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-25T23:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=a73f0f692968a04fb6f99ffbf6a2538cb482815f'/>
<id>a73f0f692968a04fb6f99ffbf6a2538cb482815f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move error handling into its own module and add show.binaries command</title>
<updated>2026-06-07T07:40:53+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-07T07:40:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=86647e7b5057826d7bb85381044d5b691fbbafa3'/>
<id>86647e7b5057826d7bb85381044d5b691fbbafa3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hformat_cargo, hprintln_cargo macros and help rendering</title>
<updated>2026-06-07T07:18:24+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-07T07:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=8aa276beb88086b866be8a446289106be237348a'/>
<id>8aa276beb88086b866be8a446289106be237348a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor CLI entry points and move main logic to library</title>
<updated>2026-06-06T19:13:34+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-06T19:13:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=3ea5d62e980975d0a888293d875f26fc267cd368'/>
<id>3ea5d62e980975d0a888293d875f26fc267cd368</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename cargo style functions and remove unused imports</title>
<updated>2026-06-06T18:56:48+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-06T18:56:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=21defab2fc95f1e1d0639b66ab2c449266a114fe'/>
<id>21defab2fc95f1e1d0639b66ab2c449266a114fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor mling to use new program architecture and install scripts</title>
<updated>2026-06-06T18:25:27+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-06-06T18:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/mingling.git/commit/?id=81528b273c18693ebd3f05c6f8057ff8e632f4a0'/>
<id>81528b273c18693ebd3f05c6f8057ff8e632f4a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
