<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mingling.git/mingling/src, branch 0.1.3</title>
<subtitle>A procedural command-line framework with subcommand support
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/'/>
<entry>
<title>Add documentation for public items in lib and parser modules</title>
<updated>2026-04-01T12:33:17+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-01T12:33:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=dddbd59ae526f5d2c86446c20095bd4fba6f6b94'/>
<id>dddbd59ae526f5d2c86446c20095bd4fba6f6b94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation for mingling_core</title>
<updated>2026-04-01T12:16:17+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-01T12:14:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=f1ed18e668a830646fe507ee33c4b010a1690342'/>
<id>f1ed18e668a830646fe507ee33c4b010a1690342</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace typeid-based dispatch with enum-based dispatch</title>
<updated>2026-04-01T07:48:41+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-01T07:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=3de10ca22cca06c4d9069984d0e66e370a331dde'/>
<id>3de10ca22cca06c4d9069984d0e66e370a331dde</id>
<content type='text'>
- Add `Groupped` trait and `member_id` to `AnyOutput`
- Add generic parameter `G` to `Dispatcher`, `Chain`, `Program` etc
- Remove `hint` module and its marker types
- Update macros to support explicit group specification
- Add `gen_program` macro for generating enum-based programs
- Add `GroupProcess` marker type for type-level grouping
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add `Groupped` trait and `member_id` to `AnyOutput`
- Add generic parameter `G` to `Dispatcher`, `Chain`, `Program` etc
- Remove `hint` module and its marker types
- Update macros to support explicit group specification
- Add `gen_program` macro for generating enum-based programs
- Add `GroupProcess` marker type for type-level grouping
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename chain_struct macro to pack</title>
<updated>2026-03-31T08:57:58+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-31T08:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=3572008321bff319d5ab226d0b9979fa89af498e'/>
<id>3572008321bff319d5ab226d0b9979fa89af498e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Argument type to picker builtins and expose Picker</title>
<updated>2026-03-31T00:54:51+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-31T00:54:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=537a815efaa3fb85435ca3e500f870d448b17337'/>
<id>537a815efaa3fb85435ca3e500f870d448b17337</id>
<content type='text'>
- Add `#[derive(Debug, Default)]` to `Argument` struct
- Add `dump_remains` method to `Argument`
- Remove `#[doc(hidden)]` from `Picker` struct
- Implement `Pickable` for `Argument` to allow consuming remaining args
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add `#[derive(Debug, Default)]` to `Argument` struct
- Add `dump_remains` method to `Argument`
- Remove `#[doc(hidden)]` from `Picker` struct
- Implement `Pickable` for `Argument` to allow consuming remaining args
</pre>
</div>
</content>
</entry>
<entry>
<title>Update workspace dependencies and feature structure</title>
<updated>2026-03-31T00:54:29+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-31T00:54:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=39f4f34cfdf940e1c74184edb3387ef8900ba4b4'/>
<id>39f4f34cfdf940e1c74184edb3387ef8900ba4b4</id>
<content type='text'>
- Bump mingling and mingling_macros to version 0.1.2
- Move macros from mingling_core to mingling crate
- Remove unused transitive dependencies from Cargo.lock
- Simplify tokio features in mingling_core
- Adjust feature dependencies between crates
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Bump mingling and mingling_macros to version 0.1.2
- Move macros from mingling_core to mingling crate
- Remove unused transitive dependencies from Cargo.lock
- Simplify tokio features in mingling_core
- Adjust feature dependencies between crates
</pre>
</div>
</content>
</entry>
<entry>
<title>Add argument parser module with picker API</title>
<updated>2026-03-30T09:26:03+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-30T09:26:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=4421fb2794f2af292f8781e7d12ae002a3f10a9b'/>
<id>4421fb2794f2af292f8781e7d12ae002a3f10a9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add mingling crate with core re-export and documentation</title>
<updated>2026-03-29T13:58:10+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-29T13:58:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=32b30055ed9647f8f7ba4f3eee92020b79d06e0d'/>
<id>32b30055ed9647f8f7ba4f3eee92020b79d06e0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename mingling to mingling_core and update dependencies</title>
<updated>2026-03-29T13:48:23+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-29T13:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=596e5e2440df2d32f1cf3e052dc633e774edf6ee'/>
<id>596e5e2440df2d32f1cf3e052dc633e774edf6ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace ChainProcess type alias with enum</title>
<updated>2026-03-29T13:33:04+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-29T13:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/catilgrass/mingling.git/commit/?id=25a164f74c011e6e78846f226cbd7a8bd87db92f'/>
<id>25a164f74c011e6e78846f226cbd7a8bd87db92f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
