From 709b672731bcc1b68209cadc38e0de78d7c28c03 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 29 Jun 2026 15:10:11 +0800 Subject: feat(examples): add pathf + dispatch tree combination example --- docs/example-pages/examples.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'docs/example-pages') diff --git a/docs/example-pages/examples.json b/docs/example-pages/examples.json index a9af210..a539011 100644 --- a/docs/example-pages/examples.json +++ b/docs/example-pages/examples.json @@ -60,6 +60,25 @@ "Cargo.toml" ] }, + { + "id": "example-combine-pathf-dispatch-tree", + "name": "Pathfinder + Dispatch Tree", + "icon": "🧭", + "category": "advanced", + "desc": "Demonstrates combining the `pathf` and `dispatch_tree` features. Types are defined in submodules and automatically resolved. Requires `dispatch_tree` in both `[dependencies]` and `[build-dependencies]`.\n", + "tags": [ + "pathf", + "dispatch_tree", + "extra_macros", + "build.rs" + ], + "files": [ + "src/main.rs", + "src/sub/mod.rs", + "build.rs", + "Cargo.toml" + ] + }, { "id": "example-completion", "name": "Completion", -- cgit