From acd670b5b3480471824aecb28922f8912123802e Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 15 Jun 2026 01:31:12 +0800 Subject: Update example descriptions with meaningful docs --- examples/example-implicit-dispatcher/page.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/example-implicit-dispatcher') diff --git a/examples/example-implicit-dispatcher/page.toml b/examples/example-implicit-dispatcher/page.toml index 2812b79..4bea717 100644 --- a/examples/example-implicit-dispatcher/page.toml +++ b/examples/example-implicit-dispatcher/page.toml @@ -4,7 +4,7 @@ name = "Implicit Dispatcher" icon = "🫥" category = "dispatch" desc = """ -Example Implicit Dispatcher +Shows the abbreviated `dispatcher!("cmd.path")` syntax from `extra_macros` that auto-derives struct names from the command path. """ tags = ["implicit"] files = ["src/main.rs", "Cargo.toml"] -- cgit