aboutsummaryrefslogtreecommitdiff
path: root/examples/example-combine-pathf-dispatch-tree/page.toml
blob: e8f32f20d3e7bd6543ced56f18c82d8b1e174dc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[example]
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]`.
"""
tags = ["pathf", "dispatch_tree", "extra_macros", "build.rs"]
files = ["src/main.rs", "src/sub/mod.rs", "build.rs", "Cargo.toml"]