<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mingling.git/examples/example-resources, branch 0.1.9</title>
<subtitle>用于开发多子命令的命令行框架
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/'/>
<entry>
<title>Update CHANGELOG and switch to published crate versions</title>
<updated>2026-05-29T13:58:51+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-05-29T13:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=727ba2473beb98f071196a15ce74a811ba4f4c72'/>
<id>727ba2473beb98f071196a15ce74a811ba4f4c72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework examples and add entry macro for testing</title>
<updated>2026-05-23T15:49:34+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-05-23T15:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=0a2ef958c0dca21d19e4ffc38ba5a7c4078e182a'/>
<id>0a2ef958c0dca21d19e4ffc38ba5a7c4078e182a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `once_cell` dependency and replace with `OnceLock`</title>
<updated>2026-05-21T07:03:55+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-05-21T07:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=4704f6d54108bcc8f9b2fb7f4b3c4e224b4a7809'/>
<id>4704f6d54108bcc8f9b2fb7f4b3c4e224b4a7809</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update example version to 0.1.9</title>
<updated>2026-05-18T07:46:34+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-05-18T07:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=8840529533a6bb49439a1f7eb9f93c117f20b9f7'/>
<id>8840529533a6bb49439a1f7eb9f93c117f20b9f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch mingling_core and mingling_macros to use published crate versions</title>
<updated>2026-05-18T04:43:47+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-05-18T04:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=20cfb778f1e68d46f1473b2f6d9ca0396075e2c3'/>
<id>20cfb778f1e68d46f1473b2f6d9ca0396075e2c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename `NextProcess` to `Next` across the codebase</title>
<updated>2026-05-17T14:38:39+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-05-17T14:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=f27f5aeb09616b932ab48f0905994879dd8bafe5'/>
<id>f27f5aeb09616b932ab48f0905994879dd8bafe5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify example imports to use prelude and add resources example</title>
<updated>2026-05-16T08:24:55+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-05-16T08:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=a5647e89bc5110a07c8f3c695c3c9582aa31d354'/>
<id>a5647e89bc5110a07c8f3c695c3c9582aa31d354</id>
<content type='text'>
Add a new example demonstrating global resource injection in chain
functions,
and update all existing examples to import from `mingling::prelude`
instead
of individual macro paths. Also add `example-resources` to the workspace
exclude list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new example demonstrating global resource injection in chain
functions,
and update all existing examples to import from `mingling::prelude`
instead
of individual macro paths. Also add `example-resources` to the workspace
exclude list.
</pre>
</div>
</content>
</entry>
</feed>
