aboutsummaryrefslogtreecommitdiff
path: root/examples/example-combine-pathf-dispatch-tree/page.toml
blob: 88557af567a1933461baf0824ff0806370da7c6f (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", "extras", "build.rs"]
files = ["src/main.rs", "src/sub/mod.rs", "build.rs", "Cargo.toml"]