aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-04-25 19:12:00 +0800
committer魏曹先生 <1992414357@qq.com>2026-04-25 19:19:54 +0800
commitbcbf0506ff255129d5a66d709bdb6aafbfbe2331 (patch)
treec733cb33f701852e84667a4cf9d12d7ad1813da9 /docs/README.md
parentd4634b01e3f33b3ee52b1501f5ade739a1796d08 (diff)
Add async example demonstrating tokio integration
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index 6dd9667..03e17dc 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -134,6 +134,7 @@ The Mingling project consists of two main parts:
## Example Projects
- **[`examples/example-basic/`](examples/example-basic/src/main.rs)** - A simple "Hello, World!" example demonstrating the most basic usage of a Dispatcher and Renderer.
+- **[`examples/example-async/`](examples/example-async/src/main.rs)** - Based on `example-basic`, demonstrates how to integrate an async runtime
- **[`examples/example-picker/`](examples/example-picker/src/main.rs)** - Demonstrates how to use a Chain to process and transform command arguments.
- **[`examples/example-general-renderer/`](examples/example-general-renderer/src/main.rs)** - Shows how to use a general renderer for different data types (e.g., JSON, YAML, TOML, RON).
- **[`examples/example-completion/`](examples/example-completion/src/main.rs)** - An example implementing auto-completion for the shell.