<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mingling.git/mingling_macros/src/dispatcher.rs, branch 0.1.8</title>
<subtitle>用于开发多子命令的命令行框架
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/'/>
<entry>
<title>Remove module-level doc comments</title>
<updated>2026-05-17T14:00:08+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-05-17T14:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=759a08a5773046a9182ba8359795c7f1a849ddf7'/>
<id>759a08a5773046a9182ba8359795c7f1a849ddf7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Accept paths for program name parameters in macros</title>
<updated>2026-05-16T14:31:52+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-05-16T14:31:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=60b91db3df168532f9143f0cafb7b5166e1dc78b'/>
<id>60b91db3df168532f9143f0cafb7b5166e1dc78b</id>
<content type='text'>
All proc macros (`pack!`, `dispatcher!`, `#[chain]`, `#[program_setup]`,
`#[dispatcher_clap]`, `#[derive(Groupped)]`) now parse program names as
`syn::Path` instead of bare `Ident`, allowing use of paths like
`crate::MyProgram` or `my_crate::MyProgram`.

The default program name `ThisProgram` is no longer re-exported or
required
as an import — generated code references `crate::ThisProgram` directly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All proc macros (`pack!`, `dispatcher!`, `#[chain]`, `#[program_setup]`,
`#[dispatcher_clap]`, `#[derive(Groupped)]`) now parse program names as
`syn::Path` instead of bare `Ident`, allowing use of paths like
`crate::MyProgram` or `my_crate::MyProgram`.

The default program name `ThisProgram` is no longer re-exported or
required
as an import — generated code references `crate::ThisProgram` directly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `default_program_path()` instead of `default_program_ident()`</title>
<updated>2026-05-16T14:17:38+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-05-16T14:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=05d07bbc627b59fd07a8764a972b4aac63a46f53'/>
<id>05d07bbc627b59fd07a8764a972b4aac63a46f53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace hardcoded `ThisProgram` ident with shared constant</title>
<updated>2026-05-16T14:08:39+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-05-16T14:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=c48149a86eafcca967ef9aa947864fb4d0c727ea'/>
<id>c48149a86eafcca967ef9aa947864fb4d0c727ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the generated static dispatcher item public</title>
<updated>2026-05-07T14:25:38+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-05-07T14:25:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=3fd12ea50e0f7e041182658d35a9dc72abf86464'/>
<id>3fd12ea50e0f7e041182658d35a9dc72abf86464</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add compile-time dispatch tree generation for O(len) command routing</title>
<updated>2026-05-07T14:14:36+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-05-07T14:14:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=3a58dc5cea258fb81e8443496f9dac309d11448c'/>
<id>3a58dc5cea258fb81e8443496f9dac309d11448c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add clap_parser feature and refactor dispatcher macro internals</title>
<updated>2026-04-25T14:05:08+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-25T14:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=019b8def49d814bca44047d85c9ff27bbda36a66'/>
<id>019b8def49d814bca44047d85c9ff27bbda36a66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename dispatcher_chain.rs to dispatcher.rs</title>
<updated>2026-04-25T10:59:30+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-25T10:59:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=1d9a65ae06faf4a6329eb07e8c1deab3811c782b'/>
<id>1d9a65ae06faf4a6329eb07e8c1deab3811c782b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Completed the first preliminary usable version of the Mingling</title>
<updated>2026-03-28T16:52:28+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-28T16:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=db9afa0b06355028eafe3bc29fe0b2429ba8fd0a'/>
<id>db9afa0b06355028eafe3bc29fe0b2429ba8fd0a</id>
<content type='text'>
framework.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
framework.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add initial Mingling framework codebase</title>
<updated>2026-03-27T16:47:46+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-27T16:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=7ce68cd11516bd7cf037ecea99a92aee7c31b2c3'/>
<id>7ce68cd11516bd7cf037ecea99a92aee7c31b2c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
