blob: b4e64e93c705d383ee8f4c1e49d36d0282f257d4 (
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"]
files = ["src/main.rs", "src/sub/mod.rs", "Cargo.toml"]
|